Html Css Color HEX #AC710B Golden Brown

📋 copy color: '#AC710B'

red 172 ◦ green 113 ◦ blue 11

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

Shades of Golden Brown #AC710B

Tints of Golden Brown #AC710B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.72%

R = 58.11%
G = 38.18%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC710B (or 0xAC710B) is known color: Golden Brown. HEX triplet: AC, 71 and 0B. RGB value is (172,113,11). Sum of RGB (Red+Green+Blue) = 172+113+11=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC710B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC710B is #538EF4. Grayscale: #777777. Windows color (decimal): -5476085 or 749996. OLE color: 749996.

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

Color convert

RGB 172 113 11 -
CMYK 0 0.34 0.94 0.33
HSL 38.01º 0.88% 0.36% -
HSV(B) 38.01º 0.94% 0.67% -
XYZ 22.98 20.61 3.08 -
YUV 119.01 67.05 165.79 -
System Red Green Blue C M Y K H S L
Decimal 172 113 11 0 0.34 0.94 0.33 38.01 0.88 0.36
Hex AC 71 B 0 22 5E 21 26 58 24
Octal 254 161 13 0 42 136 41 46 130 44
Binary 10101100 1110001 1011 0 100010 1011110 100001 100110 1011000 100100

Color Harmonies of #AC710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC710B

Black with #AC710B

Text Example


Text Example

White with #AC710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC710B; }

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

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

background-color css

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

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

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

border-color css

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

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

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