Html Css Color HEX #AB700D Golden Brown

📋 copy color: '#AB700D'

red 171 ◦ green 112 ◦ blue 13

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

Shades of Golden Brown #AB700D

Tints of Golden Brown #AB700D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.39%

R = 57.77%
G = 37.84%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB700D (or 0xAB700D) is known color: Golden Brown. HEX triplet: AB, 70 and 0D. RGB value is (171,112,13). Sum of RGB (Red+Green+Blue) = 171+112+13=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB700D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB700D is #548FF2. Grayscale: #767676. Windows color (decimal): -5541875 or 880811. OLE color: 880811.

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

Color convert

RGB 171 112 13 -
CMYK 0 0.35 0.92 0.33
HSL 37.59º 0.86% 0.36% -
HSV(B) 37.59º 0.92% 0.67% -
XYZ 22.66 20.28 3.1 -
YUV 118.36 68.55 165.55 -
System Red Green Blue C M Y K H S L
Decimal 171 112 13 0 0.35 0.92 0.33 37.59 0.86 0.36
Hex AB 70 D 0 23 5C 21 26 56 24
Octal 253 160 15 0 43 134 41 46 126 44
Binary 10101011 1110000 1101 0 100011 1011100 100001 100110 1010110 100100

Color Harmonies of #AB700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB700D

Black with #AB700D

Text Example


Text Example

White with #AB700D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB700D; }

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

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

background-color css

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

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

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

border-color css

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

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

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