Html Css Color HEX #AB7C01 Dark Goldenrod

📋 copy color: '#AB7C01'

red 171 ◦ green 124 ◦ blue 1

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

Shades of Dark Goldenrod #AB7C01

Tints of Dark Goldenrod #AB7C01

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.89%

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

R = 57.77%
G = 41.89%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB7C01 (or 0xAB7C01) is known color: Dark Goldenrod. HEX triplet: AB, 7C and 01. RGB value is (171,124,1). Sum of RGB (Red+Green+Blue) = 171+124+1=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7C01 is #5483FE. Grayscale: #7C7C7C. Windows color (decimal): -5538815 or 97451. OLE color: 97451.

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

Color convert

RGB 171 124 1 -
CMYK 0 0.27 0.99 0.33
HSL 43.41º 0.99% 0.34% -
HSV(B) 43.41º 0.99% 0.67% -
XYZ 24.01 23.08 3.22 -
YUV 124.03 58.57 161.5 -
System Red Green Blue C M Y K H S L
Decimal 171 124 1 0 0.27 0.99 0.33 43.41 0.99 0.34
Hex AB 7C 1 0 1B 63 21 2B 63 22
Octal 253 174 1 0 33 143 41 53 143 42
Binary 10101011 1111100 1 0 11011 1100011 100001 101011 1100011 100010

Color Harmonies of #AB7C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7C01

Black with #AB7C01

Text Example


Text Example

White with #AB7C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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