Html Css Color HEX #A5A223 Lucky

📋 copy color: '#A5A223'

red 165 ◦ green 162 ◦ blue 35

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

Shades of Lucky #A5A223

Tints of Lucky #A5A223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.67%

R = 45.58%
G = 44.75%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A5A223 (or 0xA5A223) is known color: Lucky. HEX triplet: A5, A2 and 23. RGB value is (165,162,35). Sum of RGB (Red+Green+Blue) = 165+162+35=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A223 is #5A5DDC. Grayscale: #949494. Windows color (decimal): -5922269 or 2335397. OLE color: 2335397.

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

Color convert

RGB 165 162 35 -
CMYK 0 0.02 0.79 0.35
HSL 58.62º 0.65% 0.39% -
HSV(B) 58.62º 0.79% 0.65% -
XYZ 28.74 33.96 6.63 -
YUV 148.42 63.99 139.83 -
System Red Green Blue C M Y K H S L
Decimal 165 162 35 0 0.02 0.79 0.35 58.62 0.65 0.39
Hex A5 A2 23 0 2 4F 23 3B 41 27
Octal 245 242 43 0 2 117 43 73 101 47
Binary 10100101 10100010 100011 0 10 1001111 100011 111011 1000001 100111

Color Harmonies of #A5A223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A223

Black with #A5A223

Text Example


Text Example

White with #A5A223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A223; }

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

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

background-color css

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

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

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

border-color css

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

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

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