Html Css Color HEX #A0A323 Lucky

📋 copy color: '#A0A323'

red 160 ◦ green 163 ◦ blue 35

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

Shades of Lucky #A0A323

Tints of Lucky #A0A323

RGB

 RED value IS 160 (62.89% from 255) = 44.69%

 GREEN value IS 163 (64.06% from 255) = 45.53%

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

R = 44.69%
G = 45.53%
B = 9.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A0A323 (or 0xA0A323) is known color: Lucky. HEX triplet: A0, A3 and 23. RGB value is (160,163,35). Sum of RGB (Red+Green+Blue) = 160+163+35=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 35 (14.06% from 255 or 9.78% from 358); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A323 is #5F5CDC. Grayscale: #949494. Windows color (decimal): -6249693 or 2335648. OLE color: 2335648.

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

Color convert

RGB 160 163 35 -
CMYK 0.02 0 0.79 0.36
HSL 61.41º 0.65% 0.39% -
HSV(B) 61.41º 0.79% 0.64% -
XYZ 27.9 33.79 6.64 -
YUV 147.51 64.51 136.91 -
System Red Green Blue C M Y K H S L
Decimal 160 163 35 0.02 0 0.79 0.36 61.41 0.65 0.39
Hex A0 A3 23 2 0 4F 24 3D 41 27
Octal 240 243 43 2 0 117 44 75 101 47
Binary 10100000 10100011 100011 10 0 1001111 100100 111101 1000001 100111

Color Harmonies of #A0A323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A323

Black with #A0A323

Text Example


Text Example

White with #A0A323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A323; }

 p { color: rgb(160,163,35); }

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

background-color css

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

 a { background-color: rgb(160,163,35); }

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

border-color css

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

 span { border-color: rgb(160,163,35); }

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