#A7AE1B

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

Shades of Bahia #A7AE1B

Tints of Bahia #A7AE1B

Color information

#A7AE1B (or 0xA7AE1B) is unknown color: approx Bahia. HEX triplet: A7, AE and 1B. RGB value is (167,174,27). Sum of RGB (Red+Green+Blue) = 167+174+27=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AE1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AE1B is #5851E4. Grayscale: #9B9B9B. Windows color (decimal): -5788133 or 1814183. OLE color: 1814183.

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

Color convert

RGB16717427-
CMYK0.0400.840.32
HSL62.86º73.13%39.41%-
HSV(B)62.86º84.48%68.24%-
XYZ31.2738.576.83-
YUV155.1555.68136.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.38%
GREEN value IS 174 (68.36% from 255) = 47.28%
BLUE value IS 27 (10.94% from 255) = 7.34%
R=45.38%
G=47.28%
B=7.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167174270.0400.840.3262.8673.1339.41
HexA7AE1B4054203f4927
Octal2472563340124407711147
Binary101001111010111011011100010101001000001111111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AE1B; }

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

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

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

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

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

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

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

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