Html Css Color HEX #A88E00 Dark Goldenrod

📋 copy color: '#A88E00'

red 168 ◦ green 142 ◦ blue 0

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

Shades of Dark Goldenrod #A88E00

Tints of Dark Goldenrod #A88E00

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.19%
G = 45.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A88E00 (or 0xA88E00) is known color: Dark Goldenrod. HEX triplet: A8, 8E and 00. RGB value is (168,142,0). Sum of RGB (Red+Green+Blue) = 168+142+0=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88E00 is #5771FF. Grayscale: #868686. Windows color (decimal): -5730816 or 36520. OLE color: 36520.

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

Color convert

RGB 168 142 0 -
CMYK 0 0.15 1 0.34
HSL 50.71º 1% 0.33% -
HSV(B) 50.71º 1% 0.66% -
XYZ 25.82 27.67 3.98 -
YUV 133.59 52.61 152.55 -
System Red Green Blue C M Y K H S L
Decimal 168 142 0 0 0.15 1 0.34 50.71 1 0.33
Hex A8 8E 0 0 F 64 22 33 64 21
Octal 250 216 0 0 17 144 42 63 144 41
Binary 10101000 10001110 0 0 1111 1100100 100010 110011 1100100 100001

Color Harmonies of #A88E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88E00

Black with #A88E00

Text Example


Text Example

White with #A88E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88E00; }

 p { color: rgb(168,142,0); }

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

background-color css

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

 a { background-color: rgb(168,142,0); }

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

border-color css

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

 span { border-color: rgb(168,142,0); }

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