Html Css Color HEX #A8990C Lucky

📋 copy color: '#A8990C'

red 168 ◦ green 153 ◦ blue 12

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

Shades of Lucky #A8990C

Tints of Lucky #A8990C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.6%

R = 50.45%
G = 45.95%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8990C (or 0xA8990C) is known color: Lucky. HEX triplet: A8, 99 and 0C. RGB value is (168,153,12). Sum of RGB (Red+Green+Blue) = 168+153+12=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A8990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8990C is #5766F3. Grayscale: #8D8D8D. Windows color (decimal): -5727988 or 825768. OLE color: 825768.

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

Color convert

RGB 168 153 12 -
CMYK 0 0.09 0.93 0.34
HSL 54.23º 0.87% 0.35% -
HSV(B) 54.23º 0.93% 0.66% -
XYZ 27.61 31.13 4.9 -
YUV 141.41 54.97 146.96 -
System Red Green Blue C M Y K H S L
Decimal 168 153 12 0 0.09 0.93 0.34 54.23 0.87 0.35
Hex A8 99 C 0 9 5D 22 36 57 23
Octal 250 231 14 0 11 135 42 66 127 43
Binary 10101000 10011001 1100 0 1001 1011101 100010 110110 1010111 100011

Color Harmonies of #A8990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8990C

Black with #A8990C

Text Example


Text Example

White with #A8990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8990C; }

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

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

background-color css

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

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

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

border-color css

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

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

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