Html Css Color HEX #A3990D Lucky

📋 copy color: '#A3990D'

red 163 ◦ green 153 ◦ blue 13

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

Shades of Lucky #A3990D

Tints of Lucky #A3990D

RGB

 RED value IS 163 (64.06% from 255) = 49.54%

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

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

R = 49.54%
G = 46.5%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A3990D (or 0xA3990D) is known color: Lucky. HEX triplet: A3, 99 and 0D. RGB value is (163,153,13). Sum of RGB (Red+Green+Blue) = 163+153+13=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A3990D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3990D is #5C66F2. Grayscale: #8C8C8C. Windows color (decimal): -6055667 or 891299. OLE color: 891299.

HSL color Cylindrical-coordinate representation of color #A3990D: hue angle of 56º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3990D is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 153 13 -
CMYK 0 0.06 0.92 0.36
HSL 56º 0.85% 0.35% -
HSV(B) 56º 0.92% 0.64% -
XYZ 26.57 30.6 4.89 -
YUV 140.03 56.31 144.38 -
System Red Green Blue C M Y K H S L
Decimal 163 153 13 0 0.06 0.92 0.36 56 0.85 0.35
Hex A3 99 D 0 6 5C 24 38 55 23
Octal 243 231 15 0 6 134 44 70 125 43
Binary 10100011 10011001 1101 0 110 1011100 100100 111000 1010101 100011

Color Harmonies of #A3990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3990D

Black with #A3990D

Text Example


Text Example

White with #A3990D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3990D; }

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

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

background-color css

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

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

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

border-color css

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

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

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