Html Css Color HEX #AC6E33 Reno Sand

📋 copy color: '#AC6E33'

red 172 ◦ green 110 ◦ blue 51

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

Shades of Reno Sand #AC6E33

Tints of Reno Sand #AC6E33

RGB

 RED value IS 172 (67.58% from 255) = 51.65%

 GREEN value IS 110 (43.36% from 255) = 33.03%

 BLUE value IS 51 (20.31% from 255) = 15.32%

R = 51.65%
G = 33.03%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC6E33 (or 0xAC6E33) is known color: Reno Sand. HEX triplet: AC, 6E and 33. RGB value is (172,110,51). Sum of RGB (Red+Green+Blue) = 172+110+51=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E33 is #5391CC. Grayscale: #7A7A7A. Windows color (decimal): -5476813 or 3370668. OLE color: 3370668.

HSL color Cylindrical-coordinate representation of color #AC6E33: hue angle of 29.26º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC6E33 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 110 51 -
CMYK 0 0.36 0.70 0.33
HSL 29.26º 0.54% 0.44% -
HSV(B) 29.26º 0.7% 0.67% -
XYZ 23.19 20.16 5.8 -
YUV 121.81 88.04 163.8 -
System Red Green Blue C M Y K H S L
Decimal 172 110 51 0 0.36 0.70 0.33 29.26 0.54 0.44
Hex AC 6E 33 0 24 46 21 1D 36 2C
Octal 254 156 63 0 44 106 41 35 66 54
Binary 10101100 1101110 110011 0 100100 1000110 100001 11101 110110 101100

Color Harmonies of #AC6E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E33

Black with #AC6E33

Text Example


Text Example

White with #AC6E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E33; }

 p { color: rgb(172,110,51); }

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

background-color css

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

 a { background-color: rgb(172,110,51); }

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

border-color css

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

 span { border-color: rgb(172,110,51); }

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