#A5AD1C

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

Shades of Bahia #A5AD1C

Tints of Bahia #A5AD1C

Color information

#A5AD1C (or 0xA5AD1C) is unknown color: approx Bahia. HEX triplet: A5, AD and 1C. RGB value is (165,173,28). Sum of RGB (Red+Green+Blue) = 165+173+28=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AD1C is #5A52E3. Grayscale: #9A9A9A. Windows color (decimal): -5919460 or 1879461. OLE color: 1879461.

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

Color convert

RGB16517328-
CMYK0.0500.840.32
HSL63.31º72.14%39.41%-
HSV(B)63.31º83.82%67.84%-
XYZ30.6737.976.81-
YUV154.0856.85135.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 173 (67.97% from 255) = 47.27%
BLUE value IS 28 (11.33% from 255) = 7.65%
R=45.08%
G=47.27%
B=7.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165173280.0500.840.3263.3172.1439.41
HexA5AD1C5054203f4827
Octal2452553450124407711047
Binary101001011010110111100101010101001000001111111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AD1C; }

 p { color: rgb(165,173,28); }

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

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

 a { background-color: rgb(165,173,28); }

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

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

 span { border-color: rgb(165,173,28); }

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