Html Css Color HEX #A89820 Lucky

📋 copy color: '#A89820'

red 168 ◦ green 152 ◦ blue 32

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

Shades of Lucky #A89820

Tints of Lucky #A89820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.18%

 BLUE value IS 32 (12.89% from 255) = 9.09%

R = 47.73%
G = 43.18%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A89820 (or 0xA89820) is known color: Lucky. HEX triplet: A8, 98 and 20. RGB value is (168,152,32). Sum of RGB (Red+Green+Blue) = 168+152+32=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A89820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89820 is #5767DF. Grayscale: #8F8F8F. Windows color (decimal): -5728224 or 2136232. OLE color: 2136232.

HSL color Cylindrical-coordinate representation of color #A89820: hue angle of 52.94º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A89820 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 152 32 -
CMYK 0 0.10 0.81 0.34
HSL 52.94º 0.68% 0.39% -
HSV(B) 52.94º 0.81% 0.66% -
XYZ 27.64 30.89 5.87 -
YUV 143.1 65.3 145.76 -
System Red Green Blue C M Y K H S L
Decimal 168 152 32 0 0.10 0.81 0.34 52.94 0.68 0.39
Hex A8 98 20 0 A 51 22 35 44 27
Octal 250 230 40 0 12 121 42 65 104 47
Binary 10101000 10011000 100000 0 1010 1010001 100010 110101 1000100 100111

Color Harmonies of #A89820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89820

Black with #A89820

Text Example


Text Example

White with #A89820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89820; }

 p { color: rgb(168,152,32); }

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

background-color css

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

 a { background-color: rgb(168,152,32); }

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

border-color css

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

 span { border-color: rgb(168,152,32); }

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