Html Css Color HEX #A88800 Dark Goldenrod

📋 copy color: '#A88800'

red 168 ◦ green 136 ◦ blue 0

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

Shades of Dark Goldenrod #A88800

Tints of Dark Goldenrod #A88800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.74%

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

R = 55.26%
G = 44.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A88800 (or 0xA88800) is known color: Dark Goldenrod. HEX triplet: A8, 88 and 00. RGB value is (168,136,0). Sum of RGB (Red+Green+Blue) = 168+136+0=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A88800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88800 is #5777FF. Grayscale: #828282. Windows color (decimal): -5732352 or 34984. OLE color: 34984.

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

Color convert

RGB 168 136 0 -
CMYK 0 0.19 1 0.34
HSL 48.57º 1% 0.33% -
HSV(B) 48.57º 1% 0.66% -
XYZ 24.95 25.93 3.69 -
YUV 130.06 54.6 155.06 -
System Red Green Blue C M Y K H S L
Decimal 168 136 0 0 0.19 1 0.34 48.57 1 0.33
Hex A8 88 0 0 13 64 22 31 64 21
Octal 250 210 0 0 23 144 42 61 144 41
Binary 10101000 10001000 0 0 10011 1100100 100010 110001 1100100 100001

Color Harmonies of #A88800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88800

Black with #A88800

Text Example


Text Example

White with #A88800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88800; }

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

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

background-color css

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

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

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

border-color css

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

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

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