Html Css Color HEX #AB8F0D Dark Goldenrod

📋 copy color: '#AB8F0D'

red 171 ◦ green 143 ◦ blue 13

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

Shades of Dark Goldenrod #AB8F0D

Tints of Dark Goldenrod #AB8F0D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.73%

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

R = 52.29%
G = 43.73%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB8F0D (or 0xAB8F0D) is known color: Dark Goldenrod. HEX triplet: AB, 8F and 0D. RGB value is (171,143,13). Sum of RGB (Red+Green+Blue) = 171+143+13=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8F0D is #5470F2. Grayscale: #898989. Windows color (decimal): -5533939 or 888747. OLE color: 888747.

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

Color convert

RGB 171 143 13 -
CMYK 0 0.16 0.92 0.33
HSL 49.37º 0.86% 0.36% -
HSV(B) 49.37º 0.92% 0.67% -
XYZ 26.69 28.33 4.44 -
YUV 136.55 58.28 152.57 -
System Red Green Blue C M Y K H S L
Decimal 171 143 13 0 0.16 0.92 0.33 49.37 0.86 0.36
Hex AB 8F D 0 10 5C 21 31 56 24
Octal 253 217 15 0 20 134 41 61 126 44
Binary 10101011 10001111 1101 0 10000 1011100 100001 110001 1010110 100100

Color Harmonies of #AB8F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F0D

Black with #AB8F0D

Text Example


Text Example

White with #AB8F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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