Html Css Color HEX #AB8504 Dark Goldenrod

📋 copy color: '#AB8504'

red 171 ◦ green 133 ◦ blue 4

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

Shades of Dark Goldenrod #AB8504

Tints of Dark Goldenrod #AB8504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.18%

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

R = 55.52%
G = 43.18%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB8504 (or 0xAB8504) is known color: Dark Goldenrod. HEX triplet: AB, 85 and 04. RGB value is (171,133,4). Sum of RGB (Red+Green+Blue) = 171+133+4=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8504 is #547AFB. Grayscale: #828282. Windows color (decimal): -5536508 or 296363. OLE color: 296363.

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

Color convert

RGB 171 133 4 -
CMYK 0 0.22 0.98 0.33
HSL 46.35º 0.95% 0.34% -
HSV(B) 46.35º 0.98% 0.67% -
XYZ 25.2 25.44 3.7 -
YUV 129.66 57.09 157.49 -
System Red Green Blue C M Y K H S L
Decimal 171 133 4 0 0.22 0.98 0.33 46.35 0.95 0.34
Hex AB 85 4 0 16 62 21 2E 5F 22
Octal 253 205 4 0 26 142 41 56 137 42
Binary 10101011 10000101 100 0 10110 1100010 100001 101110 1011111 100010

Color Harmonies of #AB8504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8504

Black with #AB8504

Text Example


Text Example

White with #AB8504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8504; }

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

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

background-color css

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

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

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

border-color css

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

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

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