Html Css Color HEX #AE6C2C Reno Sand

📋 copy color: '#AE6C2C'

red 174 ◦ green 108 ◦ blue 44

#AE6C2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reno Sand #AE6C2C

Tints of Reno Sand #AE6C2C

RGB

 RED value IS 174 (68.36% from 255) = 53.37%

 GREEN value IS 108 (42.58% from 255) = 33.13%

 BLUE value IS 44 (17.58% from 255) = 13.5%

R = 53.37%
G = 33.13%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AE6C2C (or 0xAE6C2C) is known color: Reno Sand. HEX triplet: AE, 6C and 2C. RGB value is (174,108,44). Sum of RGB (Red+Green+Blue) = 174+108+44=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6C2C is #5193D3. Grayscale: #787878. Windows color (decimal): -5346260 or 2911406. OLE color: 2911406.

HSL color Cylindrical-coordinate representation of color #AE6C2C: hue angle of 29.54º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE6C2C is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 108 44 -
CMYK 0 0.38 0.75 0.32
HSL 29.54º 0.6% 0.43% -
HSV(B) 29.54º 0.75% 0.68% -
XYZ 23.27 19.91 5 -
YUV 120.44 84.87 166.2 -
System Red Green Blue C M Y K H S L
Decimal 174 108 44 0 0.38 0.75 0.32 29.54 0.6 0.43
Hex AE 6C 2C 0 26 4B 20 1E 3C 2B
Octal 256 154 54 0 46 113 40 36 74 53
Binary 10101110 1101100 101100 0 100110 1001011 100000 11110 111100 101011

Color Harmonies of #AE6C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6C2C

Black with #AE6C2C

Text Example


Text Example

White with #AE6C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6C2C; }

 p { color: rgb(174,108,44); }

 H1.HeaderClassName
 {
   color: #AE6C2C;
 }
 .AnyTagClassName
 {
   color: #AE6C2C;
 }
</style>

background-color css

<style>
 a { background-color: #AE6C2C; }

 a { background-color: rgb(174,108,44); }

 div.DivClassName
 {
   background-color: #AE6C2C;
 }
 .BgClassName
 {
   background-color: #AE6C2C;
 }
</style>

border-color css

<style>
 span { border-color: #AE6C2C; }

 span { border-color: rgb(174,108,44); }

 td.TdClassName
 {
   border-color: #AE6C2C;
 }
 .TagClassName
 {
   border-color: #AE6C2C;
 }
</style>