Html Css Color HEX #A88501 Dark Goldenrod

📋 copy color: '#A88501'

red 168 ◦ green 133 ◦ blue 1

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

Shades of Dark Goldenrod #A88501

Tints of Dark Goldenrod #A88501

RGB

 RED value IS 168 (66.02% from 255) = 55.63%

 GREEN value IS 133 (52.34% from 255) = 44.04%

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

R = 55.63%
G = 44.04%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A88501 (or 0xA88501) is known color: Dark Goldenrod. HEX triplet: A8, 85 and 01. RGB value is (168,133,1). Sum of RGB (Red+Green+Blue) = 168+133+1=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A88501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88501 is #577AFE. Grayscale: #808080. Windows color (decimal): -5733119 or 99752. OLE color: 99752.

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

Color convert

RGB 168 133 1 -
CMYK 0 0.21 0.99 0.34
HSL 47.43º 0.99% 0.33% -
HSV(B) 47.43º 0.99% 0.66% -
XYZ 24.54 25.1 3.58 -
YUV 128.42 56.1 156.23 -
System Red Green Blue C M Y K H S L
Decimal 168 133 1 0 0.21 0.99 0.34 47.43 0.99 0.33
Hex A8 85 1 0 15 63 22 2F 63 21
Octal 250 205 1 0 25 143 42 57 143 41
Binary 10101000 10000101 1 0 10101 1100011 100010 101111 1100011 100001

Color Harmonies of #A88501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88501

Black with #A88501

Text Example


Text Example

White with #A88501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88501; }

 p { color: rgb(168,133,1); }

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

background-color css

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

 a { background-color: rgb(168,133,1); }

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

border-color css

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

 span { border-color: rgb(168,133,1); }

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