Html Css Color HEX #AB9104 Dark Goldenrod

📋 copy color: '#AB9104'

red 171 ◦ green 145 ◦ blue 4

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

Shades of Dark Goldenrod #AB9104

Tints of Dark Goldenrod #AB9104

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.31%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 53.44%
G = 45.31%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB9104 (or 0xAB9104) is known color: Dark Goldenrod. HEX triplet: AB, 91 and 04. RGB value is (171,145,4). Sum of RGB (Red+Green+Blue) = 171+145+4=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9104 is #546EFB. Grayscale: #898989. Windows color (decimal): -5533436 or 299435. OLE color: 299435.

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

Color convert

RGB 171 145 4 -
CMYK 0 0.15 0.98 0.33
HSL 50.66º 0.95% 0.34% -
HSV(B) 50.66º 0.98% 0.67% -
XYZ 26.94 28.92 4.28 -
YUV 136.7 53.11 152.46 -
System Red Green Blue C M Y K H S L
Decimal 171 145 4 0 0.15 0.98 0.33 50.66 0.95 0.34
Hex AB 91 4 0 F 62 21 33 5F 22
Octal 253 221 4 0 17 142 41 63 137 42
Binary 10101011 10010001 100 0 1111 1100010 100001 110011 1011111 100010

Color Harmonies of #AB9104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9104

Black with #AB9104

Text Example


Text Example

White with #AB9104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9104; }

 p { color: rgb(171,145,4); }

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

background-color css

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

 a { background-color: rgb(171,145,4); }

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

border-color css

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

 span { border-color: rgb(171,145,4); }

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