#A2AF1E

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

Shades of Bahia #A2AF1E

Tints of Bahia #A2AF1E

Color information

#A2AF1E (or 0xA2AF1E) is unknown color: approx Bahia. HEX triplet: A2, AF and 1E. RGB value is (162,175,30). Sum of RGB (Red+Green+Blue) = 162+175+30=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AF1E is #5D50E1. Grayscale: #9B9B9B. Windows color (decimal): -6115554 or 2011042. OLE color: 2011042.

HSL color Cylindrical-coordinate representation of color #A2AF1E: hue angle of 65.38º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2AF1E is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB16217530-
CMYK0.0700.830.31
HSL65.38º70.73%40.2%-
HSV(B)65.38º82.86%68.63%-
XYZ30.4638.447.04-
YUV154.5857.69133.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.14%
GREEN value IS 175 (68.75% from 255) = 47.68%
BLUE value IS 30 (12.11% from 255) = 8.17%
R=44.14%
G=47.68%
B=8.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162175300.0700.830.3165.3870.7340.2
HexA2AF1E70531F414728
Octal24225736701233710110750
Binary101000101010111111110111010100111111110000011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AF1E; }

 p { color: rgb(162,175,30); }

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

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

 a { background-color: rgb(162,175,30); }

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

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

 span { border-color: rgb(162,175,30); }

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