Html Css Color HEX #AB700F Golden Brown

📋 copy color: '#AB700F'

red 171 ◦ green 112 ◦ blue 15

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

Shades of Golden Brown #AB700F

Tints of Golden Brown #AB700F

RGB

 RED value IS 171 (67.19% from 255) = 57.38%

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

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

R = 57.38%
G = 37.58%
B = 5.03%

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

#AB700F (or 0xAB700F) is known color: Golden Brown. HEX triplet: AB, 70 and 0F. RGB value is (171,112,15). Sum of RGB (Red+Green+Blue) = 171+112+15=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB700F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB700F is #548FF0. Grayscale: #777777. Windows color (decimal): -5541873 or 1011883. OLE color: 1011883.

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

Color convert

RGB 171 112 15 -
CMYK 0 0.35 0.91 0.33
HSL 37.31º 0.84% 0.36% -
HSV(B) 37.31º 0.91% 0.67% -
XYZ 22.67 20.28 3.17 -
YUV 118.58 69.55 165.39 -
System Red Green Blue C M Y K H S L
Decimal 171 112 15 0 0.35 0.91 0.33 37.31 0.84 0.36
Hex AB 70 F 0 23 5B 21 25 54 24
Octal 253 160 17 0 43 133 41 45 124 44
Binary 10101011 1110000 1111 0 100011 1011011 100001 100101 1010100 100100

Color Harmonies of #AB700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB700F

Black with #AB700F

Text Example


Text Example

White with #AB700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB700F; }

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

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

background-color css

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

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

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

border-color css

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

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

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