Html Css Color HEX #A8950D Lucky

📋 copy color: '#A8950D'

red 168 ◦ green 149 ◦ blue 13

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

Shades of Lucky #A8950D

Tints of Lucky #A8950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.15%

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

R = 50.91%
G = 45.15%
B = 3.94%

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

#A8950D (or 0xA8950D) is known color: Lucky. HEX triplet: A8, 95 and 0D. RGB value is (168,149,13). Sum of RGB (Red+Green+Blue) = 168+149+13=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8950D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8950D is #576AF2. Grayscale: #8B8B8B. Windows color (decimal): -5729011 or 890280. OLE color: 890280.

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

Color convert

RGB 168 149 13 -
CMYK 0 0.11 0.92 0.34
HSL 52.65º 0.86% 0.35% -
HSV(B) 52.65º 0.92% 0.66% -
XYZ 26.97 29.85 4.72 -
YUV 139.18 56.79 148.56 -
System Red Green Blue C M Y K H S L
Decimal 168 149 13 0 0.11 0.92 0.34 52.65 0.86 0.35
Hex A8 95 D 0 B 5C 22 35 56 23
Octal 250 225 15 0 13 134 42 65 126 43
Binary 10101000 10010101 1101 0 1011 1011100 100010 110101 1010110 100011

Color Harmonies of #A8950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8950D

Black with #A8950D

Text Example


Text Example

White with #A8950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8950D; }

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

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

background-color css

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

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

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

border-color css

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

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

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