Html Css Color HEX #A5990F Lucky

📋 copy color: '#A5990F'

red 165 ◦ green 153 ◦ blue 15

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

Shades of Lucky #A5990F

Tints of Lucky #A5990F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.5%

R = 49.55%
G = 45.95%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A5990F (or 0xA5990F) is known color: Lucky. HEX triplet: A5, 99 and 0F. RGB value is (165,153,15). Sum of RGB (Red+Green+Blue) = 165+153+15=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A5990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5990F is #5A66F0. Grayscale: #8D8D8D. Windows color (decimal): -5924593 or 1022373. OLE color: 1022373.

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

Color convert

RGB 165 153 15 -
CMYK 0 0.07 0.91 0.35
HSL 55.2º 0.83% 0.35% -
HSV(B) 55.2º 0.91% 0.65% -
XYZ 26.99 30.82 4.98 -
YUV 140.86 56.98 145.22 -
System Red Green Blue C M Y K H S L
Decimal 165 153 15 0 0.07 0.91 0.35 55.2 0.83 0.35
Hex A5 99 F 0 7 5B 23 37 53 23
Octal 245 231 17 0 7 133 43 67 123 43
Binary 10100101 10011001 1111 0 111 1011011 100011 110111 1010011 100011

Color Harmonies of #A5990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5990F

Black with #A5990F

Text Example


Text Example

White with #A5990F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5990F; }

 p { color: rgb(165,153,15); }

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

background-color css

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

 a { background-color: rgb(165,153,15); }

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

border-color css

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

 span { border-color: rgb(165,153,15); }

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