Html Css Color HEX #AC7037 Reno Sand

📋 copy color: '#AC7037'

red 172 ◦ green 112 ◦ blue 55

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

Shades of Reno Sand #AC7037

Tints of Reno Sand #AC7037

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.04%

 BLUE value IS 55 (21.88% from 255) = 16.22%

R = 50.74%
G = 33.04%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC7037 (or 0xAC7037) is known color: Reno Sand. HEX triplet: AC, 70 and 37. RGB value is (172,112,55). Sum of RGB (Red+Green+Blue) = 172+112+55=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7037 is #538FC8. Grayscale: #7B7B7B. Windows color (decimal): -5476297 or 3633324. OLE color: 3633324.

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

Color convert

RGB 172 112 55 -
CMYK 0 0.35 0.68 0.33
HSL 29.23º 0.52% 0.45% -
HSV(B) 29.23º 0.68% 0.67% -
XYZ 23.5 20.63 6.36 -
YUV 123.44 89.38 162.63 -
System Red Green Blue C M Y K H S L
Decimal 172 112 55 0 0.35 0.68 0.33 29.23 0.52 0.45
Hex AC 70 37 0 23 44 21 1D 34 2D
Octal 254 160 67 0 43 104 41 35 64 55
Binary 10101100 1110000 110111 0 100011 1000100 100001 11101 110100 101101

Color Harmonies of #AC7037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7037

Black with #AC7037

Text Example


Text Example

White with #AC7037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7037; }

 p { color: rgb(172,112,55); }

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

background-color css

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

 a { background-color: rgb(172,112,55); }

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

border-color css

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

 span { border-color: rgb(172,112,55); }

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