Html Css Color HEX #A89900 Lucky

📋 copy color: '#A89900'

red 168 ◦ green 153 ◦ blue 0

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

Shades of Lucky #A89900

Tints of Lucky #A89900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.66%

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

R = 52.34%
G = 47.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A89900 (or 0xA89900) is known color: Lucky. HEX triplet: A8, 99 and 00. RGB value is (168,153,0). Sum of RGB (Red+Green+Blue) = 168+153+0=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A89900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89900 is #5766FF. Grayscale: #8C8C8C. Windows color (decimal): -5728000 or 39336. OLE color: 39336.

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

Color convert

RGB 168 153 0 -
CMYK 0 0.09 1 0.34
HSL 54.64º 1% 0.33% -
HSV(B) 54.64º 1% 0.66% -
XYZ 27.54 31.11 4.55 -
YUV 140.04 48.97 147.94 -
System Red Green Blue C M Y K H S L
Decimal 168 153 0 0 0.09 1 0.34 54.64 1 0.33
Hex A8 99 0 0 9 64 22 37 64 21
Octal 250 231 0 0 11 144 42 67 144 41
Binary 10101000 10011001 0 0 1001 1100100 100010 110111 1100100 100001

Color Harmonies of #A89900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89900

Black with #A89900

Text Example


Text Example

White with #A89900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89900; }

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

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

background-color css

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

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

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

border-color css

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

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

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