Html Css Color HEX #A5940B Lucky

📋 copy color: '#A5940B'

red 165 ◦ green 148 ◦ blue 11

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

Shades of Lucky #A5940B

Tints of Lucky #A5940B

RGB

 RED value IS 165 (64.84% from 255) = 50.93%

 GREEN value IS 148 (58.2% from 255) = 45.68%

 BLUE value IS 11 (4.69% from 255) = 3.4%

R = 50.93%
G = 45.68%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5940B (or 0xA5940B) is known color: Lucky. HEX triplet: A5, 94 and 0B. RGB value is (165,148,11). Sum of RGB (Red+Green+Blue) = 165+148+11=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A5940B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5940B is #5A6BF4. Grayscale: #8A8A8A. Windows color (decimal): -5925877 or 758949. OLE color: 758949.

HSL color Cylindrical-coordinate representation of color #A5940B: hue angle of 53.38º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5940B is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 148 11 -
CMYK 0 0.10 0.93 0.35
HSL 53.38º 0.88% 0.35% -
HSV(B) 53.38º 0.93% 0.65% -
XYZ 26.17 29.2 4.57 -
YUV 137.47 56.63 147.64 -
System Red Green Blue C M Y K H S L
Decimal 165 148 11 0 0.10 0.93 0.35 53.38 0.88 0.35
Hex A5 94 B 0 A 5D 23 35 58 23
Octal 245 224 13 0 12 135 43 65 130 43
Binary 10100101 10010100 1011 0 1010 1011101 100011 110101 1011000 100011

Color Harmonies of #A5940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5940B

Black with #A5940B

Text Example


Text Example

White with #A5940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5940B; }

 p { color: rgb(165,148,11); }

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

background-color css

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

 a { background-color: rgb(165,148,11); }

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

border-color css

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

 span { border-color: rgb(165,148,11); }

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