Html Css Color HEX #A5A42A Lucky

📋 copy color: '#A5A42A'

red 165 ◦ green 164 ◦ blue 42

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

Shades of Lucky #A5A42A

Tints of Lucky #A5A42A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.2%

 BLUE value IS 42 (16.8% from 255) = 11.32%

R = 44.47%
G = 44.2%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5A42A (or 0xA5A42A) is known color: Lucky. HEX triplet: A5, A4 and 2A. RGB value is (165,164,42). Sum of RGB (Red+Green+Blue) = 165+164+42=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A42A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A42A is #5A5BD5. Grayscale: #969696. Windows color (decimal): -5921750 or 2794661. OLE color: 2794661.

HSL color Cylindrical-coordinate representation of color #A5A42A: hue angle of 59.51º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5A42A is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 164 42 -
CMYK 0 0.01 0.75 0.35
HSL 59.51º 0.59% 0.41% -
HSV(B) 59.51º 0.75% 0.65% -
XYZ 29.21 34.72 7.35 -
YUV 150.39 66.83 138.42 -
System Red Green Blue C M Y K H S L
Decimal 165 164 42 0 0.01 0.75 0.35 59.51 0.59 0.41
Hex A5 A4 2A 0 1 4B 23 3C 3B 29
Octal 245 244 52 0 1 113 43 74 73 51
Binary 10100101 10100100 101010 0 1 1001011 100011 111100 111011 101001

Color Harmonies of #A5A42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A42A

Black with #A5A42A

Text Example


Text Example

White with #A5A42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A42A; }

 p { color: rgb(165,164,42); }

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

background-color css

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

 a { background-color: rgb(165,164,42); }

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

border-color css

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

 span { border-color: rgb(165,164,42); }

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