#A5AE1A

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

Shades of Bahia #A5AE1A

Tints of Bahia #A5AE1A

Color information

#A5AE1A (or 0xA5AE1A) is unknown color: approx Bahia. HEX triplet: A5, AE and 1A. RGB value is (165,174,26). Sum of RGB (Red+Green+Blue) = 165+174+26=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AE1A is #5A51E5. Grayscale: #9B9B9B. Windows color (decimal): -5919206 or 1748645. OLE color: 1748645.

HSL color Cylindrical-coordinate representation of color #A5AE1A: hue angle of 63.65º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5AE1A is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB16517426-
CMYK0.0500.850.32
HSL63.65º74%39.22%-
HSV(B)63.65º85.06%68.24%-
XYZ30.8438.356.75-
YUV154.4455.52135.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.21%
GREEN value IS 174 (68.36% from 255) = 47.67%
BLUE value IS 26 (10.55% from 255) = 7.12%
R=45.21%
G=47.67%
B=7.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165174260.0500.850.3263.657439.22
HexA5AE1A505520404a27
Octal24525632501254010011247
Binary1010010110101110110101010101010110000010000001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AE1A; }

 p { color: rgb(165,174,26); }

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

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

 a { background-color: rgb(165,174,26); }

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

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

 span { border-color: rgb(165,174,26); }

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