Html Css Color HEX #AC7130 Reno Sand

📋 copy color: '#AC7130'

red 172 ◦ green 113 ◦ blue 48

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

Shades of Reno Sand #AC7130

Tints of Reno Sand #AC7130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.41%

R = 51.65%
G = 33.93%
B = 14.41%

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

#AC7130 (or 0xAC7130) is known color: Reno Sand. HEX triplet: AC, 71 and 30. RGB value is (172,113,48). Sum of RGB (Red+Green+Blue) = 172+113+48=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7130 is #538ECF. Grayscale: #7B7B7B. Windows color (decimal): -5476048 or 3174828. OLE color: 3174828.

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

Color convert

RGB 172 113 48 -
CMYK 0 0.34 0.72 0.33
HSL 31.45º 0.56% 0.43% -
HSV(B) 31.45º 0.72% 0.67% -
XYZ 23.45 20.79 5.57 -
YUV 123.23 85.55 162.79 -
System Red Green Blue C M Y K H S L
Decimal 172 113 48 0 0.34 0.72 0.33 31.45 0.56 0.43
Hex AC 71 30 0 22 48 21 1F 38 2B
Octal 254 161 60 0 42 110 41 37 70 53
Binary 10101100 1110001 110000 0 100010 1001000 100001 11111 111000 101011

Color Harmonies of #AC7130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7130

Black with #AC7130

Text Example


Text Example

White with #AC7130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7130; }

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

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

background-color css

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

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

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

border-color css

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

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

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