Html Css Color HEX #AC7136 Reno Sand

📋 copy color: '#AC7136'

red 172 ◦ green 113 ◦ blue 54

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

Shades of Reno Sand #AC7136

Tints of Reno Sand #AC7136

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

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

R = 50.74%
G = 33.33%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC7136 (or 0xAC7136) is known color: Reno Sand. HEX triplet: AC, 71 and 36. RGB value is (172,113,54). Sum of RGB (Red+Green+Blue) = 172+113+54=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7136 is #538EC9. Grayscale: #7C7C7C. Windows color (decimal): -5476042 or 3568044. OLE color: 3568044.

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

Color convert

RGB 172 113 54 -
CMYK 0 0.34 0.69 0.33
HSL 30º 0.52% 0.44% -
HSV(B) 30º 0.69% 0.67% -
XYZ 23.58 20.85 6.27 -
YUV 123.92 88.55 162.3 -
System Red Green Blue C M Y K H S L
Decimal 172 113 54 0 0.34 0.69 0.33 30 0.52 0.44
Hex AC 71 36 0 22 45 21 1E 34 2C
Octal 254 161 66 0 42 105 41 36 64 54
Binary 10101100 1110001 110110 0 100010 1000101 100001 11110 110100 101100

Color Harmonies of #AC7136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7136

Black with #AC7136

Text Example


Text Example

White with #AC7136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7136; }

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

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

background-color css

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

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

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

border-color css

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

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

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