Html Css Color HEX #AC710E Golden Brown

📋 copy color: '#AC710E'

red 172 ◦ green 113 ◦ blue 14

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

Shades of Golden Brown #AC710E

Tints of Golden Brown #AC710E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.68%

R = 57.53%
G = 37.79%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC710E (or 0xAC710E) is known color: Golden Brown. HEX triplet: AC, 71 and 0E. RGB value is (172,113,14). Sum of RGB (Red+Green+Blue) = 172+113+14=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC710E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC710E is #538EF1. Grayscale: #777777. Windows color (decimal): -5476082 or 946604. OLE color: 946604.

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

Color convert

RGB 172 113 14 -
CMYK 0 0.34 0.92 0.33
HSL 37.59º 0.85% 0.36% -
HSV(B) 37.59º 0.92% 0.67% -
XYZ 23 20.61 3.18 -
YUV 119.36 68.55 165.55 -
System Red Green Blue C M Y K H S L
Decimal 172 113 14 0 0.34 0.92 0.33 37.59 0.85 0.36
Hex AC 71 E 0 22 5C 21 26 55 24
Octal 254 161 16 0 42 134 41 46 125 44
Binary 10101100 1110001 1110 0 100010 1011100 100001 100110 1010101 100100

Color Harmonies of #AC710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC710E

Black with #AC710E

Text Example


Text Example

White with #AC710E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC710E; }

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

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

background-color css

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

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

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

border-color css

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

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

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