Html Css Color HEX #AC7133 Reno Sand

📋 copy color: '#AC7133'

red 172 ◦ green 113 ◦ blue 51

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

Shades of Reno Sand #AC7133

Tints of Reno Sand #AC7133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.18%

R = 51.19%
G = 33.63%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC7133 (or 0xAC7133) is known color: Reno Sand. HEX triplet: AC, 71 and 33. RGB value is (172,113,51). Sum of RGB (Red+Green+Blue) = 172+113+51=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7133 is #538ECC. Grayscale: #7B7B7B. Windows color (decimal): -5476045 or 3371436. OLE color: 3371436.

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

Color convert

RGB 172 113 51 -
CMYK 0 0.34 0.70 0.33
HSL 30.74º 0.54% 0.44% -
HSV(B) 30.74º 0.7% 0.67% -
XYZ 23.52 20.82 5.91 -
YUV 123.57 87.05 162.54 -
System Red Green Blue C M Y K H S L
Decimal 172 113 51 0 0.34 0.70 0.33 30.74 0.54 0.44
Hex AC 71 33 0 22 46 21 1F 36 2C
Octal 254 161 63 0 42 106 41 37 66 54
Binary 10101100 1110001 110011 0 100010 1000110 100001 11111 110110 101100

Color Harmonies of #AC7133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7133

Black with #AC7133

Text Example


Text Example

White with #AC7133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7133; }

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

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

background-color css

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

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

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

border-color css

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

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

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