Html Css Color HEX #AB7801 Dark Goldenrod

📋 copy color: '#AB7801'

red 171 ◦ green 120 ◦ blue 1

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

Shades of Dark Goldenrod #AB7801

Tints of Dark Goldenrod #AB7801

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.1%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 58.56%
G = 41.1%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB7801 (or 0xAB7801) is known color: Dark Goldenrod. HEX triplet: AB, 78 and 01. RGB value is (171,120,1). Sum of RGB (Red+Green+Blue) = 171+120+1=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7801 is #5487FE. Grayscale: #7A7A7A. Windows color (decimal): -5539839 or 96427. OLE color: 96427.

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

Color convert

RGB 171 120 1 -
CMYK 0 0.30 0.99 0.33
HSL 42º 0.99% 0.34% -
HSV(B) 42º 0.99% 0.67% -
XYZ 23.52 22.09 3.05 -
YUV 121.68 59.9 163.18 -
System Red Green Blue C M Y K H S L
Decimal 171 120 1 0 0.30 0.99 0.33 42 0.99 0.34
Hex AB 78 1 0 1E 63 21 2A 63 22
Octal 253 170 1 0 36 143 41 52 143 42
Binary 10101011 1111000 1 0 11110 1100011 100001 101010 1100011 100010

Color Harmonies of #AB7801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7801

Black with #AB7801

Text Example


Text Example

White with #AB7801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7801; }

 p { color: rgb(171,120,1); }

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

background-color css

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

 a { background-color: rgb(171,120,1); }

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

border-color css

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

 span { border-color: rgb(171,120,1); }

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