Html Css Color HEX #A8960D Lucky

📋 copy color: '#A8960D'

red 168 ◦ green 150 ◦ blue 13

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

Shades of Lucky #A8960D

Tints of Lucky #A8960D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.32%

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

R = 50.76%
G = 45.32%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8960D (or 0xA8960D) is known color: Lucky. HEX triplet: A8, 96 and 0D. RGB value is (168,150,13). Sum of RGB (Red+Green+Blue) = 168+150+13=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8960D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8960D is #5769F2. Grayscale: #8C8C8C. Windows color (decimal): -5728755 or 890536. OLE color: 890536.

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

Color convert

RGB 168 150 13 -
CMYK 0 0.11 0.92 0.34
HSL 53.03º 0.86% 0.35% -
HSV(B) 53.03º 0.92% 0.66% -
XYZ 27.13 30.17 4.77 -
YUV 139.76 56.46 148.14 -
System Red Green Blue C M Y K H S L
Decimal 168 150 13 0 0.11 0.92 0.34 53.03 0.86 0.35
Hex A8 96 D 0 B 5C 22 35 56 23
Octal 250 226 15 0 13 134 42 65 126 43
Binary 10101000 10010110 1101 0 1011 1011100 100010 110101 1010110 100011

Color Harmonies of #A8960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8960D

Black with #A8960D

Text Example


Text Example

White with #A8960D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8960D; }

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

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

background-color css

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

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

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

border-color css

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

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

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