Html Css Color HEX #A5910B Lucky

📋 copy color: '#A5910B'

red 165 ◦ green 145 ◦ blue 11

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

Shades of Lucky #A5910B

Tints of Lucky #A5910B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.17%

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

R = 51.4%
G = 45.17%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5910B (or 0xA5910B) is known color: Lucky. HEX triplet: A5, 91 and 0B. RGB value is (165,145,11). Sum of RGB (Red+Green+Blue) = 165+145+11=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A5910B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5910B is #5A6EF4. Grayscale: #888888. Windows color (decimal): -5926645 or 758181. OLE color: 758181.

HSL color Cylindrical-coordinate representation of color #A5910B: hue angle of 52.21º 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 #A5910B is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 145 11 -
CMYK 0 0.12 0.93 0.35
HSL 52.21º 0.88% 0.35% -
HSV(B) 52.21º 0.93% 0.65% -
XYZ 25.7 28.27 4.42 -
YUV 135.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 165 145 11 0 0.12 0.93 0.35 52.21 0.88 0.35
Hex A5 91 B 0 C 5D 23 34 58 23
Octal 245 221 13 0 14 135 43 64 130 43
Binary 10100101 10010001 1011 0 1100 1011101 100011 110100 1011000 100011

Color Harmonies of #A5910B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5910B

Black with #A5910B

Text Example


Text Example

White with #A5910B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5910B; }

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

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

background-color css

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

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

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

border-color css

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

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

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