#A8A130

Color #A8A130 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A8A130

Tints of Lucky #A8A130

Color information

#A8A130 (or 0xA8A130) is unknown color: approx Lucky. HEX triplet: A8, A1 and 30. RGB value is (168,161,48). Sum of RGB (Red+Green+Blue) = 168+161+48=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A130 is #575ECF. Grayscale: #969696. Windows color (decimal): -5725904 or 3187112. OLE color: 3187112.

HSL color Cylindrical-coordinate representation of color #A8A130: hue angle of 56.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8A130 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB16816148-
CMYK00.040.710.34
HSL56.5º55.56%42.35%-
HSV(B)56.5º71.43%65.88%-
XYZ29.4334.037.81-
YUV150.2170.32140.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.56%
GREEN value IS 161 (63.28% from 255) = 42.71%
BLUE value IS 48 (19.14% from 255) = 12.73%
R=44.56%
G=42.71%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681614800.040.710.3456.555.5642.35
HexA8A13004472238382a
Octal250241600410742707052
Binary101010001010000111000001001000111100010111000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A130; }

 p { color: rgb(168,161,48); }

 H1.HeaderClassName
 {
   color: #A8A130;
 }
 .AnyTagClassName
 {
   color: #A8A130;
 }
</style>
background-color css

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

 a { background-color: rgb(168,161,48); }

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

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

 span { border-color: rgb(168,161,48); }

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