Html Css Color HEX #A8990D Lucky

📋 copy color: '#A8990D'

red 168 ◦ green 153 ◦ blue 13

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

Shades of Lucky #A8990D

Tints of Lucky #A8990D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.89%

R = 50.3%
G = 45.81%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8990D (or 0xA8990D) is known color: Lucky. HEX triplet: A8, 99 and 0D. RGB value is (168,153,13). Sum of RGB (Red+Green+Blue) = 168+153+13=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A8990D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8990D is #5766F2. Grayscale: #8E8E8E. Windows color (decimal): -5727987 or 891304. OLE color: 891304.

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

Color convert

RGB 168 153 13 -
CMYK 0 0.09 0.92 0.34
HSL 54.19º 0.86% 0.35% -
HSV(B) 54.19º 0.92% 0.66% -
XYZ 27.61 31.14 4.94 -
YUV 141.53 55.47 146.88 -
System Red Green Blue C M Y K H S L
Decimal 168 153 13 0 0.09 0.92 0.34 54.19 0.86 0.35
Hex A8 99 D 0 9 5C 22 36 56 23
Octal 250 231 15 0 11 134 42 66 126 43
Binary 10101000 10011001 1101 0 1001 1011100 100010 110110 1010110 100011

Color Harmonies of #A8990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8990D

Black with #A8990D

Text Example


Text Example

White with #A8990D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8990D; }

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

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

background-color css

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

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

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

border-color css

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

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

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