Html Css Color HEX #AC7231 Reno Sand

📋 copy color: '#AC7231'

red 172 ◦ green 114 ◦ blue 49

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

Shades of Reno Sand #AC7231

Tints of Reno Sand #AC7231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.63%

R = 51.34%
G = 34.03%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC7231 (or 0xAC7231) is known color: Reno Sand. HEX triplet: AC, 72 and 31. RGB value is (172,114,49). Sum of RGB (Red+Green+Blue) = 172+114+49=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7231 is #538DCE. Grayscale: #7C7C7C. Windows color (decimal): -5475791 or 3240620. OLE color: 3240620.

HSL color Cylindrical-coordinate representation of color #AC7231: hue angle of 31.71º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC7231 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 114 49 -
CMYK 0 0.34 0.72 0.33
HSL 31.71º 0.56% 0.43% -
HSV(B) 31.71º 0.72% 0.67% -
XYZ 23.58 21.03 5.72 -
YUV 123.93 85.72 162.29 -
System Red Green Blue C M Y K H S L
Decimal 172 114 49 0 0.34 0.72 0.33 31.71 0.56 0.43
Hex AC 72 31 0 22 48 21 20 38 2B
Octal 254 162 61 0 42 110 41 40 70 53
Binary 10101100 1110010 110001 0 100010 1001000 100001 100000 111000 101011

Color Harmonies of #AC7231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7231

Black with #AC7231

Text Example


Text Example

White with #AC7231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7231; }

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

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

background-color css

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

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

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

border-color css

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

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

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