Html Css Color HEX #A5A207 Lucky

📋 copy color: '#A5A207'

red 165 ◦ green 162 ◦ blue 7

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

Shades of Lucky #A5A207

Tints of Lucky #A5A207

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.5%

 BLUE value IS 7 (3.13% from 255) = 2.1%

R = 49.4%
G = 48.5%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A5A207 (or 0xA5A207) is known color: Lucky. HEX triplet: A5, A2 and 07. RGB value is (165,162,7). Sum of RGB (Red+Green+Blue) = 165+162+7=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A207 is #5A5DF8. Grayscale: #919191. Windows color (decimal): -5922297 or 500389. OLE color: 500389.

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

Color convert

RGB 165 162 7 -
CMYK 0 0.02 0.96 0.35
HSL 58.86º 0.92% 0.34% -
HSV(B) 58.86º 0.96% 0.65% -
XYZ 28.48 33.86 5.23 -
YUV 145.23 49.99 142.1 -
System Red Green Blue C M Y K H S L
Decimal 165 162 7 0 0.02 0.96 0.35 58.86 0.92 0.34
Hex A5 A2 7 0 2 60 23 3B 5C 22
Octal 245 242 7 0 2 140 43 73 134 42
Binary 10100101 10100010 111 0 10 1100000 100011 111011 1011100 100010

Color Harmonies of #A5A207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A207

Black with #A5A207

Text Example


Text Example

White with #A5A207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A207; }

 p { color: rgb(165,162,7); }

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

background-color css

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

 a { background-color: rgb(165,162,7); }

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

border-color css

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

 span { border-color: rgb(165,162,7); }

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