Html Css Color HEX #AC700F Golden Brown

📋 copy color: '#AC700F'

red 172 ◦ green 112 ◦ blue 15

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

Shades of Golden Brown #AC700F

Tints of Golden Brown #AC700F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.46%

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

R = 57.53%
G = 37.46%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC700F (or 0xAC700F) is known color: Golden Brown. HEX triplet: AC, 70 and 0F. RGB value is (172,112,15). Sum of RGB (Red+Green+Blue) = 172+112+15=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC700F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC700F is #538FF0. Grayscale: #777777. Windows color (decimal): -5476337 or 1011884. OLE color: 1011884.

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

Color convert

RGB 172 112 15 -
CMYK 0 0.35 0.91 0.33
HSL 37.07º 0.84% 0.37% -
HSV(B) 37.07º 0.91% 0.67% -
XYZ 22.89 20.39 3.18 -
YUV 118.88 69.38 165.89 -
System Red Green Blue C M Y K H S L
Decimal 172 112 15 0 0.35 0.91 0.33 37.07 0.84 0.37
Hex AC 70 F 0 23 5B 21 25 54 25
Octal 254 160 17 0 43 133 41 45 124 45
Binary 10101100 1110000 1111 0 100011 1011011 100001 100101 1010100 100101

Color Harmonies of #AC700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC700F

Black with #AC700F

Text Example


Text Example

White with #AC700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC700F; }

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

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

background-color css

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

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

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

border-color css

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

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

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