Html Css Color HEX #A88001 Dark Goldenrod

📋 copy color: '#A88001'

red 168 ◦ green 128 ◦ blue 1

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

Shades of Dark Goldenrod #A88001

Tints of Dark Goldenrod #A88001

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.1%

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

R = 56.57%
G = 43.1%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A88001 (or 0xA88001) is known color: Dark Goldenrod. HEX triplet: A8, 80 and 01. RGB value is (168,128,1). Sum of RGB (Red+Green+Blue) = 168+128+1=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A88001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88001 is #577FFE. Grayscale: #7E7E7E. Windows color (decimal): -5734399 or 98472. OLE color: 98472.

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

Color convert

RGB 168 128 1 -
CMYK 0 0.24 0.99 0.34
HSL 45.63º 0.99% 0.33% -
HSV(B) 45.63º 0.99% 0.66% -
XYZ 23.87 23.77 3.36 -
YUV 125.48 57.75 158.33 -
System Red Green Blue C M Y K H S L
Decimal 168 128 1 0 0.24 0.99 0.34 45.63 0.99 0.33
Hex A8 80 1 0 18 63 22 2E 63 21
Octal 250 200 1 0 30 143 42 56 143 41
Binary 10101000 10000000 1 0 11000 1100011 100010 101110 1100011 100001

Color Harmonies of #A88001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88001

Black with #A88001

Text Example


Text Example

White with #A88001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88001; }

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

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

background-color css

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

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

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

border-color css

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

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

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