Html Css Color HEX #AC7239 Reno Sand

📋 copy color: '#AC7239'

red 172 ◦ green 114 ◦ blue 57

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

Shades of Reno Sand #AC7239

Tints of Reno Sand #AC7239

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.24%

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

R = 50.15%
G = 33.24%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC7239 (or 0xAC7239) is known color: Reno Sand. HEX triplet: AC, 72 and 39. RGB value is (172,114,57). Sum of RGB (Red+Green+Blue) = 172+114+57=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7239 is #538DC6. Grayscale: #7D7D7D. Windows color (decimal): -5475783 or 3764908. OLE color: 3764908.

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

Color convert

RGB 172 114 57 -
CMYK 0 0.34 0.67 0.33
HSL 29.74º 0.5% 0.45% -
HSV(B) 29.74º 0.67% 0.67% -
XYZ 23.77 21.1 6.69 -
YUV 124.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 172 114 57 0 0.34 0.67 0.33 29.74 0.5 0.45
Hex AC 72 39 0 22 43 21 1E 32 2D
Octal 254 162 71 0 42 103 41 36 62 55
Binary 10101100 1110010 111001 0 100010 1000011 100001 11110 110010 101101

Color Harmonies of #AC7239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7239

Black with #AC7239

Text Example


Text Example

White with #AC7239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7239; }

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

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

background-color css

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

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

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

border-color css

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

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

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