Html Css Color HEX #AB7F03 Dark Goldenrod

📋 copy color: '#AB7F03'

red 171 ◦ green 127 ◦ blue 3

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

Shades of Dark Goldenrod #AB7F03

Tints of Dark Goldenrod #AB7F03

RGB

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

 GREEN value IS 127 (50% from 255) = 42.19%

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

R = 56.81%
G = 42.19%
B = 1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB7F03 (or 0xAB7F03) is known color: Dark Goldenrod. HEX triplet: AB, 7F and 03. RGB value is (171,127,3). Sum of RGB (Red+Green+Blue) = 171+127+3=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7F03 is #5480FC. Grayscale: #7E7E7E. Windows color (decimal): -5538045 or 229291. OLE color: 229291.

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

Color convert

RGB 171 127 3 -
CMYK 0 0.26 0.98 0.33
HSL 44.29º 0.97% 0.34% -
HSV(B) 44.29º 0.98% 0.67% -
XYZ 24.4 23.84 3.4 -
YUV 126.02 58.58 160.08 -
System Red Green Blue C M Y K H S L
Decimal 171 127 3 0 0.26 0.98 0.33 44.29 0.97 0.34
Hex AB 7F 3 0 1A 62 21 2C 61 22
Octal 253 177 3 0 32 142 41 54 141 42
Binary 10101011 1111111 11 0 11010 1100010 100001 101100 1100001 100010

Color Harmonies of #AB7F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7F03

Black with #AB7F03

Text Example


Text Example

White with #AB7F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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