Html Css Color HEX #A5990A Lucky

📋 copy color: '#A5990A'

red 165 ◦ green 153 ◦ blue 10

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

Shades of Lucky #A5990A

Tints of Lucky #A5990A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.05%

R = 50.3%
G = 46.65%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A5990A (or 0xA5990A) is known color: Lucky. HEX triplet: A5, 99 and 0A. RGB value is (165,153,10). Sum of RGB (Red+Green+Blue) = 165+153+10=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5990A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5990A is #5A66F5. Grayscale: #8C8C8C. Windows color (decimal): -5924598 or 694693. OLE color: 694693.

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

Color convert

RGB 165 153 10 -
CMYK 0 0.07 0.94 0.35
HSL 55.35º 0.89% 0.34% -
HSV(B) 55.35º 0.94% 0.65% -
XYZ 26.96 30.8 4.81 -
YUV 140.29 54.48 145.63 -
System Red Green Blue C M Y K H S L
Decimal 165 153 10 0 0.07 0.94 0.35 55.35 0.89 0.34
Hex A5 99 A 0 7 5E 23 37 59 22
Octal 245 231 12 0 7 136 43 67 131 42
Binary 10100101 10011001 1010 0 111 1011110 100011 110111 1011001 100010

Color Harmonies of #A5990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5990A

Black with #A5990A

Text Example


Text Example

White with #A5990A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5990A; }

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

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

background-color css

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

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

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

border-color css

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

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

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