#A8AD1F

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

Shades of Bahia #A8AD1F

Tints of Bahia #A8AD1F

Color information

#A8AD1F (or 0xA8AD1F) is unknown color: approx Bahia. HEX triplet: A8, AD and 1F. RGB value is (168,173,31). Sum of RGB (Red+Green+Blue) = 168+173+31=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AD1F is #5752E0. Grayscale: #9B9B9B. Windows color (decimal): -5722849 or 2076072. OLE color: 2076072.

HSL color Cylindrical-coordinate representation of color #A8AD1F: hue angle of 62.11º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8AD1F is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB16817331-
CMYK0.0300.820.32
HSL62.11º69.61%40%-
HSV(B)62.11º82.08%67.84%-
XYZ31.3438.317.04-
YUV155.3257.84137.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.16%
GREEN value IS 173 (67.97% from 255) = 46.51%
BLUE value IS 31 (12.5% from 255) = 8.33%
R=45.16%
G=46.51%
B=8.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168173310.0300.820.3262.1169.6140
HexA8AD1F3052203e4628
Octal2502553730122407610650
Binary10101000101011011111111010100101000001111101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AD1F; }

 p { color: rgb(168,173,31); }

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

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

 a { background-color: rgb(168,173,31); }

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

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

 span { border-color: rgb(168,173,31); }

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