Html Css Color HEX #AB800B Dark Goldenrod

📋 copy color: '#AB800B'

red 171 ◦ green 128 ◦ blue 11

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

Shades of Dark Goldenrod #AB800B

Tints of Dark Goldenrod #AB800B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.55%

R = 55.16%
G = 41.29%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB800B (or 0xAB800B) is known color: Dark Goldenrod. HEX triplet: AB, 80 and 0B. RGB value is (171,128,11). Sum of RGB (Red+Green+Blue) = 171+128+11=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB800B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB800B is #547FF4. Grayscale: #808080. Windows color (decimal): -5537781 or 753835. OLE color: 753835.

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

Color convert

RGB 171 128 11 -
CMYK 0 0.25 0.94 0.33
HSL 43.88º 0.88% 0.36% -
HSV(B) 43.88º 0.94% 0.67% -
XYZ 24.57 24.12 3.68 -
YUV 127.52 62.25 159.01 -
System Red Green Blue C M Y K H S L
Decimal 171 128 11 0 0.25 0.94 0.33 43.88 0.88 0.36
Hex AB 80 B 0 19 5E 21 2C 58 24
Octal 253 200 13 0 31 136 41 54 130 44
Binary 10101011 10000000 1011 0 11001 1011110 100001 101100 1011000 100100

Color Harmonies of #AB800B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB800B

Black with #AB800B

Text Example


Text Example

White with #AB800B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB800B; }

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

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

background-color css

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

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

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

border-color css

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

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

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