Html Css Color HEX #AC7237 Reno Sand

📋 copy color: '#AC7237'

red 172 ◦ green 114 ◦ blue 55

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

Shades of Reno Sand #AC7237

Tints of Reno Sand #AC7237

RGB

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

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

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

R = 50.44%
G = 33.43%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC7237 (or 0xAC7237) is known color: Reno Sand. HEX triplet: AC, 72 and 37. RGB value is (172,114,55). Sum of RGB (Red+Green+Blue) = 172+114+55=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7237 is #538DC8. Grayscale: #7C7C7C. Windows color (decimal): -5475785 or 3633836. OLE color: 3633836.

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

Color convert

RGB 172 114 55 -
CMYK 0 0.34 0.68 0.33
HSL 30.26º 0.52% 0.45% -
HSV(B) 30.26º 0.68% 0.67% -
XYZ 23.72 21.08 6.43 -
YUV 124.62 88.72 161.8 -
System Red Green Blue C M Y K H S L
Decimal 172 114 55 0 0.34 0.68 0.33 30.26 0.52 0.45
Hex AC 72 37 0 22 44 21 1E 34 2D
Octal 254 162 67 0 42 104 41 36 64 55
Binary 10101100 1110010 110111 0 100010 1000100 100001 11110 110100 101101

Color Harmonies of #AC7237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7237

Black with #AC7237

Text Example


Text Example

White with #AC7237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7237; }

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

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

background-color css

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

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

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

border-color css

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

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

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