Html Css Color HEX #AB8409 Dark Goldenrod

📋 copy color: '#AB8409'

red 171 ◦ green 132 ◦ blue 9

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

Shades of Dark Goldenrod #AB8409

Tints of Dark Goldenrod #AB8409

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.31%

 BLUE value IS 9 (3.91% from 255) = 2.88%

R = 54.81%
G = 42.31%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB8409 (or 0xAB8409) is known color: Dark Goldenrod. HEX triplet: AB, 84 and 09. RGB value is (171,132,9). Sum of RGB (Red+Green+Blue) = 171+132+9=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8409 is #547BF6. Grayscale: #828282. Windows color (decimal): -5536759 or 623787. OLE color: 623787.

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

Color convert

RGB 171 132 9 -
CMYK 0 0.23 0.95 0.33
HSL 45.56º 0.9% 0.35% -
HSV(B) 45.56º 0.95% 0.67% -
XYZ 25.1 25.18 3.8 -
YUV 129.64 59.92 157.5 -
System Red Green Blue C M Y K H S L
Decimal 171 132 9 0 0.23 0.95 0.33 45.56 0.9 0.35
Hex AB 84 9 0 17 5F 21 2E 5A 23
Octal 253 204 11 0 27 137 41 56 132 43
Binary 10101011 10000100 1001 0 10111 1011111 100001 101110 1011010 100011

Color Harmonies of #AB8409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8409

Black with #AB8409

Text Example


Text Example

White with #AB8409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8409; }

 p { color: rgb(171,132,9); }

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

background-color css

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

 a { background-color: rgb(171,132,9); }

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

border-color css

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

 span { border-color: rgb(171,132,9); }

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