Html Css Color HEX #AB800D Dark Goldenrod

📋 copy color: '#AB800D'

red 171 ◦ green 128 ◦ blue 13

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

Shades of Dark Goldenrod #AB800D

Tints of Dark Goldenrod #AB800D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.03%

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

R = 54.81%
G = 41.03%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB800D (or 0xAB800D) is known color: Dark Goldenrod. HEX triplet: AB, 80 and 0D. RGB value is (171,128,13). Sum of RGB (Red+Green+Blue) = 171+128+13=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB800D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB800D is #547FF2. Grayscale: #808080. Windows color (decimal): -5537779 or 884907. OLE color: 884907.

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

Color convert

RGB 171 128 13 -
CMYK 0 0.25 0.92 0.33
HSL 43.67º 0.86% 0.36% -
HSV(B) 43.67º 0.92% 0.67% -
XYZ 24.59 24.13 3.74 -
YUV 127.75 63.25 158.85 -
System Red Green Blue C M Y K H S L
Decimal 171 128 13 0 0.25 0.92 0.33 43.67 0.86 0.36
Hex AB 80 D 0 19 5C 21 2C 56 24
Octal 253 200 15 0 31 134 41 54 126 44
Binary 10101011 10000000 1101 0 11001 1011100 100001 101100 1010110 100100

Color Harmonies of #AB800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB800D

Black with #AB800D

Text Example


Text Example

White with #AB800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB800D; }

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

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

background-color css

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

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

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

border-color css

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

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

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