#A3AE1B

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

Shades of Bahia #A3AE1B

Tints of Bahia #A3AE1B

Color information

#A3AE1B (or 0xA3AE1B) is unknown color: approx Bahia. HEX triplet: A3, AE and 1B. RGB value is (163,174,27). Sum of RGB (Red+Green+Blue) = 163+174+27=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AE1B is #5C51E4. Grayscale: #9A9A9A. Windows color (decimal): -6050277 or 1814179. OLE color: 1814179.

HSL color Cylindrical-coordinate representation of color #A3AE1B: hue angle of 64.49º degrees, saturation: 0.73, 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 #A3AE1B is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB16317427-
CMYK0.0600.840.32
HSL64.49º73.13%39.41%-
HSV(B)64.49º84.48%68.24%-
XYZ30.4438.146.79-
YUV153.9556.36134.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.78%
GREEN value IS 174 (68.36% from 255) = 47.80%
BLUE value IS 27 (10.94% from 255) = 7.42%
R=44.78%
G=47.80%
B=7.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163174270.0600.840.3264.4973.1339.41
HexA3AE1B605420404927
Octal24325633601244010011147
Binary1010001110101110110111100101010010000010000001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AE1B; }

 p { color: rgb(163,174,27); }

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

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

 a { background-color: rgb(163,174,27); }

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

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

 span { border-color: rgb(163,174,27); }

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