Html Css Color HEX #A8940A Lucky

📋 copy color: '#A8940A'

red 168 ◦ green 148 ◦ blue 10

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

Shades of Lucky #A8940A

Tints of Lucky #A8940A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.4%

 BLUE value IS 10 (4.3% from 255) = 3.07%

R = 51.53%
G = 45.4%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.34

RGB Variations

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

Color information

#A8940A (or 0xA8940A) is known color: Lucky. HEX triplet: A8, 94 and 0A. RGB value is (168,148,10). Sum of RGB (Red+Green+Blue) = 168+148+10=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A8940A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8940A is #576BF5. Grayscale: #8A8A8A. Windows color (decimal): -5729270 or 693416. OLE color: 693416.

HSL color Cylindrical-coordinate representation of color #A8940A: hue angle of 52.41º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8940A is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 148 10 -
CMYK 0 0.12 0.94 0.34
HSL 52.41º 0.89% 0.35% -
HSV(B) 52.41º 0.94% 0.66% -
XYZ 26.79 29.53 4.57 -
YUV 138.25 55.63 149.22 -
System Red Green Blue C M Y K H S L
Decimal 168 148 10 0 0.12 0.94 0.34 52.41 0.89 0.35
Hex A8 94 A 0 C 5E 22 34 59 23
Octal 250 224 12 0 14 136 42 64 131 43
Binary 10101000 10010100 1010 0 1100 1011110 100010 110100 1011001 100011

Color Harmonies of #A8940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8940A

Black with #A8940A

Text Example


Text Example

White with #A8940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8940A; }

 p { color: rgb(168,148,10); }

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

background-color css

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

 a { background-color: rgb(168,148,10); }

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

border-color css

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

 span { border-color: rgb(168,148,10); }

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