Html Css Color HEX #AC7039 Reno Sand

📋 copy color: '#AC7039'

red 172 ◦ green 112 ◦ blue 57

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

Shades of Reno Sand #AC7039

Tints of Reno Sand #AC7039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.72%

R = 50.44%
G = 32.84%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC7039 (or 0xAC7039) is known color: Reno Sand. HEX triplet: AC, 70 and 39. RGB value is (172,112,57). Sum of RGB (Red+Green+Blue) = 172+112+57=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7039 is #538FC6. Grayscale: #7B7B7B. Windows color (decimal): -5476295 or 3764396. OLE color: 3764396.

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

Color convert

RGB 172 112 57 -
CMYK 0 0.35 0.67 0.33
HSL 28.7º 0.5% 0.45% -
HSV(B) 28.7º 0.67% 0.67% -
XYZ 23.55 20.65 6.62 -
YUV 123.67 90.38 162.47 -
System Red Green Blue C M Y K H S L
Decimal 172 112 57 0 0.35 0.67 0.33 28.7 0.5 0.45
Hex AC 70 39 0 23 43 21 1D 32 2D
Octal 254 160 71 0 43 103 41 35 62 55
Binary 10101100 1110000 111001 0 100011 1000011 100001 11101 110010 101101

Color Harmonies of #AC7039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7039

Black with #AC7039

Text Example


Text Example

White with #AC7039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7039; }

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

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

background-color css

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

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

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

border-color css

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

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

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