Html Css Color HEX #AB8601 Dark Goldenrod

📋 copy color: '#AB8601'

red 171 ◦ green 134 ◦ blue 1

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

Shades of Dark Goldenrod #AB8601

Tints of Dark Goldenrod #AB8601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.79%

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

R = 55.88%
G = 43.79%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB8601 (or 0xAB8601) is known color: Dark Goldenrod. HEX triplet: AB, 86 and 01. RGB value is (171,134,1). Sum of RGB (Red+Green+Blue) = 171+134+1=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8601 is #5479FE. Grayscale: #828282. Windows color (decimal): -5536255 or 100011. OLE color: 100011.

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

Color convert

RGB 171 134 1 -
CMYK 0 0.22 0.99 0.33
HSL 46.94º 0.99% 0.34% -
HSV(B) 46.94º 0.99% 0.67% -
XYZ 25.33 25.71 3.66 -
YUV 129.9 55.26 157.31 -
System Red Green Blue C M Y K H S L
Decimal 171 134 1 0 0.22 0.99 0.33 46.94 0.99 0.34
Hex AB 86 1 0 16 63 21 2F 63 22
Octal 253 206 1 0 26 143 41 57 143 42
Binary 10101011 10000110 1 0 10110 1100011 100001 101111 1100011 100010

Color Harmonies of #AB8601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8601

Black with #AB8601

Text Example


Text Example

White with #AB8601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8601; }

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

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

background-color css

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

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

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

border-color css

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

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

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