Html Css Color HEX #AC7132 Reno Sand

📋 copy color: '#AC7132'

red 172 ◦ green 113 ◦ blue 50

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

Shades of Reno Sand #AC7132

Tints of Reno Sand #AC7132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.93%

R = 51.34%
G = 33.73%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC7132 (or 0xAC7132) is known color: Reno Sand. HEX triplet: AC, 71 and 32. RGB value is (172,113,50). Sum of RGB (Red+Green+Blue) = 172+113+50=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7132 is #538ECD. Grayscale: #7B7B7B. Windows color (decimal): -5476046 or 3305900. OLE color: 3305900.

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

Color convert

RGB 172 113 50 -
CMYK 0 0.34 0.71 0.33
HSL 30.98º 0.55% 0.44% -
HSV(B) 30.98º 0.71% 0.67% -
XYZ 23.49 20.81 5.8 -
YUV 123.46 86.55 162.62 -
System Red Green Blue C M Y K H S L
Decimal 172 113 50 0 0.34 0.71 0.33 30.98 0.55 0.44
Hex AC 71 32 0 22 47 21 1F 37 2C
Octal 254 161 62 0 42 107 41 37 67 54
Binary 10101100 1110001 110010 0 100010 1000111 100001 11111 110111 101100

Color Harmonies of #AC7132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7132

Black with #AC7132

Text Example


Text Example

White with #AC7132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7132; }

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

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

background-color css

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

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

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

border-color css

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

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

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