Html Css Color HEX #AC6C32 Reno Sand

📋 copy color: '#AC6C32'

red 172 ◦ green 108 ◦ blue 50

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

Shades of Reno Sand #AC6C32

Tints of Reno Sand #AC6C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.15%

R = 52.12%
G = 32.73%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC6C32 (or 0xAC6C32) is known color: Reno Sand. HEX triplet: AC, 6C and 32. RGB value is (172,108,50). Sum of RGB (Red+Green+Blue) = 172+108+50=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6C32 is #5393CD. Grayscale: #787878. Windows color (decimal): -5477326 or 3304620. OLE color: 3304620.

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

Color convert

RGB 172 108 50 -
CMYK 0 0.37 0.71 0.33
HSL 28.52º 0.55% 0.44% -
HSV(B) 28.52º 0.71% 0.67% -
XYZ 22.95 19.73 5.62 -
YUV 120.52 88.2 164.72 -
System Red Green Blue C M Y K H S L
Decimal 172 108 50 0 0.37 0.71 0.33 28.52 0.55 0.44
Hex AC 6C 32 0 25 47 21 1D 37 2C
Octal 254 154 62 0 45 107 41 35 67 54
Binary 10101100 1101100 110010 0 100101 1000111 100001 11101 110111 101100

Color Harmonies of #AC6C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6C32

Black with #AC6C32

Text Example


Text Example

White with #AC6C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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