Html Css Color HEX #A88400 Dark Goldenrod

📋 copy color: '#A88400'

red 168 ◦ green 132 ◦ blue 0

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

Shades of Dark Goldenrod #A88400

Tints of Dark Goldenrod #A88400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44%

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

R = 56%
G = 44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A88400 (or 0xA88400) is known color: Dark Goldenrod. HEX triplet: A8, 84 and 00. RGB value is (168,132,0). Sum of RGB (Red+Green+Blue) = 168+132+0=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A88400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88400 is #577BFF. Grayscale: #808080. Windows color (decimal): -5733376 or 33960. OLE color: 33960.

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

Color convert

RGB 168 132 0 -
CMYK 0 0.21 1 0.34
HSL 47.14º 1% 0.33% -
HSV(B) 47.14º 1% 0.66% -
XYZ 24.4 24.83 3.51 -
YUV 127.72 55.93 156.73 -
System Red Green Blue C M Y K H S L
Decimal 168 132 0 0 0.21 1 0.34 47.14 1 0.33
Hex A8 84 0 0 15 64 22 2F 64 21
Octal 250 204 0 0 25 144 42 57 144 41
Binary 10101000 10000100 0 0 10101 1100100 100010 101111 1100100 100001

Color Harmonies of #A88400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88400

Black with #A88400

Text Example


Text Example

White with #A88400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88400; }

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

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

background-color css

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

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

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

border-color css

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

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

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