Html Css Color HEX #AB8503 Dark Goldenrod

📋 copy color: '#AB8503'

red 171 ◦ green 133 ◦ blue 3

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

Shades of Dark Goldenrod #AB8503

Tints of Dark Goldenrod #AB8503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.98%

R = 55.7%
G = 43.32%
B = 0.98%

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

#AB8503 (or 0xAB8503) is known color: Dark Goldenrod. HEX triplet: AB, 85 and 03. RGB value is (171,133,3). Sum of RGB (Red+Green+Blue) = 171+133+3=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8503 is #547AFC. Grayscale: #828282. Windows color (decimal): -5536509 or 230827. OLE color: 230827.

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

Color convert

RGB 171 133 3 -
CMYK 0 0.22 0.98 0.33
HSL 46.43º 0.97% 0.34% -
HSV(B) 46.43º 0.98% 0.67% -
XYZ 25.2 25.44 3.67 -
YUV 129.54 56.59 157.57 -
System Red Green Blue C M Y K H S L
Decimal 171 133 3 0 0.22 0.98 0.33 46.43 0.97 0.34
Hex AB 85 3 0 16 62 21 2E 61 22
Octal 253 205 3 0 26 142 41 56 141 42
Binary 10101011 10000101 11 0 10110 1100010 100001 101110 1100001 100010

Color Harmonies of #AB8503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8503

Black with #AB8503

Text Example


Text Example

White with #AB8503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8503; }

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

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

background-color css

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

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

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

border-color css

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

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

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