Html Css Color HEX #A88A00 Dark Goldenrod

📋 copy color: '#A88A00'

red 168 ◦ green 138 ◦ blue 0

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

Shades of Dark Goldenrod #A88A00

Tints of Dark Goldenrod #A88A00

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.1%

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

R = 54.9%
G = 45.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A88A00 (or 0xA88A00) is known color: Dark Goldenrod. HEX triplet: A8, 8A and 00. RGB value is (168,138,0). Sum of RGB (Red+Green+Blue) = 168+138+0=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88A00 is #5775FF. Grayscale: #838383. Windows color (decimal): -5731840 or 35496. OLE color: 35496.

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

Color convert

RGB 168 138 0 -
CMYK 0 0.18 1 0.34
HSL 49.29º 1% 0.33% -
HSV(B) 49.29º 1% 0.66% -
XYZ 25.24 26.5 3.79 -
YUV 131.24 53.94 154.22 -
System Red Green Blue C M Y K H S L
Decimal 168 138 0 0 0.18 1 0.34 49.29 1 0.33
Hex A8 8A 0 0 12 64 22 31 64 21
Octal 250 212 0 0 22 144 42 61 144 41
Binary 10101000 10001010 0 0 10010 1100100 100010 110001 1100100 100001

Color Harmonies of #A88A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88A00

Black with #A88A00

Text Example


Text Example

White with #A88A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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