Html Css Color HEX #AB7101 Dark Goldenrod

📋 copy color: '#AB7101'

red 171 ◦ green 113 ◦ blue 1

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

Shades of Dark Goldenrod #AB7101

Tints of Dark Goldenrod #AB7101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.65%

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

R = 60%
G = 39.65%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB7101 (or 0xAB7101) is known color: Dark Goldenrod. HEX triplet: AB, 71 and 01. RGB value is (171,113,1). Sum of RGB (Red+Green+Blue) = 171+113+1=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7101 is #548EFE. Grayscale: #767676. Windows color (decimal): -5541631 or 94635. OLE color: 94635.

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

Color convert

RGB 171 113 1 -
CMYK 0 0.34 0.99 0.33
HSL 39.53º 0.99% 0.34% -
HSV(B) 39.53º 0.99% 0.67% -
XYZ 22.71 20.47 2.78 -
YUV 117.57 62.22 166.11 -
System Red Green Blue C M Y K H S L
Decimal 171 113 1 0 0.34 0.99 0.33 39.53 0.99 0.34
Hex AB 71 1 0 22 63 21 28 63 22
Octal 253 161 1 0 42 143 41 50 143 42
Binary 10101011 1110001 1 0 100010 1100011 100001 101000 1100011 100010

Color Harmonies of #AB7101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7101

Black with #AB7101

Text Example


Text Example

White with #AB7101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7101; }

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

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

background-color css

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

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

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

border-color css

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

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

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