Html Css Color HEX #AC7134 Reno Sand

📋 copy color: '#AC7134'

red 172 ◦ green 113 ◦ blue 52

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

Shades of Reno Sand #AC7134

Tints of Reno Sand #AC7134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.43%

R = 51.04%
G = 33.53%
B = 15.43%

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

#AC7134 (or 0xAC7134) is known color: Reno Sand. HEX triplet: AC, 71 and 34. RGB value is (172,113,52). Sum of RGB (Red+Green+Blue) = 172+113+52=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7134 is #538ECB. Grayscale: #7B7B7B. Windows color (decimal): -5476044 or 3436972. OLE color: 3436972.

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

Color convert

RGB 172 113 52 -
CMYK 0 0.34 0.70 0.33
HSL 30.5º 0.54% 0.44% -
HSV(B) 30.5º 0.7% 0.67% -
XYZ 23.54 20.83 6.03 -
YUV 123.69 87.55 162.46 -
System Red Green Blue C M Y K H S L
Decimal 172 113 52 0 0.34 0.70 0.33 30.5 0.54 0.44
Hex AC 71 34 0 22 46 21 1E 36 2C
Octal 254 161 64 0 42 106 41 36 66 54
Binary 10101100 1110001 110100 0 100010 1000110 100001 11110 110110 101100

Color Harmonies of #AC7134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7134

Black with #AC7134

Text Example


Text Example

White with #AC7134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7134; }

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

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

background-color css

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

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

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

border-color css

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

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

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