Html Css Color HEX #AC6D36 Reno Sand

📋 copy color: '#AC6D36'

red 172 ◦ green 109 ◦ blue 54

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

Shades of Reno Sand #AC6D36

Tints of Reno Sand #AC6D36

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

 BLUE value IS 54 (21.48% from 255) = 16.12%

R = 51.34%
G = 32.54%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC6D36 (or 0xAC6D36) is known color: Reno Sand. HEX triplet: AC, 6D and 36. RGB value is (172,109,54). Sum of RGB (Red+Green+Blue) = 172+109+54=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D36 is #5392C9. Grayscale: #797979. Windows color (decimal): -5477066 or 3567020. OLE color: 3567020.

HSL color Cylindrical-coordinate representation of color #AC6D36: hue angle of 27.97º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC6D36 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 109 54 -
CMYK 0 0.37 0.69 0.33
HSL 27.97º 0.52% 0.44% -
HSV(B) 27.97º 0.69% 0.67% -
XYZ 23.15 19.97 6.13 -
YUV 121.57 89.87 163.97 -
System Red Green Blue C M Y K H S L
Decimal 172 109 54 0 0.37 0.69 0.33 27.97 0.52 0.44
Hex AC 6D 36 0 25 45 21 1C 34 2C
Octal 254 155 66 0 45 105 41 34 64 54
Binary 10101100 1101101 110110 0 100101 1000101 100001 11100 110100 101100

Color Harmonies of #AC6D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D36

Black with #AC6D36

Text Example


Text Example

White with #AC6D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D36; }

 p { color: rgb(172,109,54); }

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

background-color css

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

 a { background-color: rgb(172,109,54); }

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

border-color css

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

 span { border-color: rgb(172,109,54); }

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