Html Css Color HEX #AC710F Golden Brown

📋 copy color: '#AC710F'

red 172 ◦ green 113 ◦ blue 15

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

Shades of Golden Brown #AC710F

Tints of Golden Brown #AC710F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5%

R = 57.33%
G = 37.67%
B = 5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC710F (or 0xAC710F) is known color: Golden Brown. HEX triplet: AC, 71 and 0F. RGB value is (172,113,15). Sum of RGB (Red+Green+Blue) = 172+113+15=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC710F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC710F is #538EF0. Grayscale: #777777. Windows color (decimal): -5476081 or 1012140. OLE color: 1012140.

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

Color convert

RGB 172 113 15 -
CMYK 0 0.34 0.91 0.33
HSL 37.45º 0.84% 0.37% -
HSV(B) 37.45º 0.91% 0.67% -
XYZ 23 20.62 3.22 -
YUV 119.47 69.05 165.47 -
System Red Green Blue C M Y K H S L
Decimal 172 113 15 0 0.34 0.91 0.33 37.45 0.84 0.37
Hex AC 71 F 0 22 5B 21 25 54 25
Octal 254 161 17 0 42 133 41 45 124 45
Binary 10101100 1110001 1111 0 100010 1011011 100001 100101 1010100 100101

Color Harmonies of #AC710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC710F

Black with #AC710F

Text Example


Text Example

White with #AC710F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC710F; }

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

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

background-color css

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

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

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

border-color css

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

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

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