Html Css Color HEX #AC6C36 Reno Sand

📋 copy color: '#AC6C36'

red 172 ◦ green 108 ◦ blue 54

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

Shades of Reno Sand #AC6C36

Tints of Reno Sand #AC6C36

RGB

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

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

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

R = 51.5%
G = 32.34%
B = 16.17%

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

#AC6C36 (or 0xAC6C36) is known color: Reno Sand. HEX triplet: AC, 6C and 36. RGB value is (172,108,54). Sum of RGB (Red+Green+Blue) = 172+108+54=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6C36 is #5393C9. Grayscale: #797979. Windows color (decimal): -5477322 or 3566764. OLE color: 3566764.

HSL color Cylindrical-coordinate representation of color #AC6C36: hue angle of 27.46º 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 #AC6C36 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 108 54 -
CMYK 0 0.37 0.69 0.33
HSL 27.46º 0.52% 0.44% -
HSV(B) 27.46º 0.69% 0.67% -
XYZ 23.04 19.76 6.09 -
YUV 120.98 90.2 164.39 -
System Red Green Blue C M Y K H S L
Decimal 172 108 54 0 0.37 0.69 0.33 27.46 0.52 0.44
Hex AC 6C 36 0 25 45 21 1B 34 2C
Octal 254 154 66 0 45 105 41 33 64 54
Binary 10101100 1101100 110110 0 100101 1000101 100001 11011 110100 101100

Color Harmonies of #AC6C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6C36

Black with #AC6C36

Text Example


Text Example

White with #AC6C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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