Html Css Color HEX #AC6B32 Reno Sand

📋 copy color: '#AC6B32'

red 172 ◦ green 107 ◦ blue 50

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

Shades of Reno Sand #AC6B32

Tints of Reno Sand #AC6B32

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.52%

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

R = 52.28%
G = 32.52%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC6B32 (or 0xAC6B32) is known color: Reno Sand. HEX triplet: AC, 6B and 32. RGB value is (172,107,50). Sum of RGB (Red+Green+Blue) = 172+107+50=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B32 is #5394CD. Grayscale: #787878. Windows color (decimal): -5477582 or 3304364. OLE color: 3304364.

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

Color convert

RGB 172 107 50 -
CMYK 0 0.38 0.71 0.33
HSL 28.03º 0.55% 0.44% -
HSV(B) 28.03º 0.71% 0.67% -
XYZ 22.85 19.52 5.58 -
YUV 119.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 172 107 50 0 0.38 0.71 0.33 28.03 0.55 0.44
Hex AC 6B 32 0 26 47 21 1C 37 2C
Octal 254 153 62 0 46 107 41 34 67 54
Binary 10101100 1101011 110010 0 100110 1000111 100001 11100 110111 101100

Color Harmonies of #AC6B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B32

Black with #AC6B32

Text Example


Text Example

White with #AC6B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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