Html Css Color HEX #A6AD1F Bahia

📋 copy color: '#A6AD1F'

red 166 ◦ green 173 ◦ blue 31

#A6AD1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #A6AD1F

Tints of Bahia #A6AD1F

RGB

 RED value IS 166 (65.23% from 255) = 44.86%

 GREEN value IS 173 (67.97% from 255) = 46.76%

 BLUE value IS 31 (12.5% from 255) = 8.38%

R = 44.86%
G = 46.76%
B = 8.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#A6AD1F (or 0xA6AD1F) is known color: Bahia. HEX triplet: A6, AD and 1F. RGB value is (166,173,31). Sum of RGB (Red+Green+Blue) = 166+173+31=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AD1F is #5952E0. Grayscale: #9B9B9B. Windows color (decimal): -5853921 or 2076070. OLE color: 2076070.

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

Color convert

RGB 166 173 31 -
CMYK 0.04 0 0.82 0.32
HSL 62.96º 0.7% 0.4% -
HSV(B) 62.96º 0.82% 0.68% -
XYZ 30.92 38.09 7.02 -
YUV 154.72 58.18 136.05 -
System Red Green Blue C M Y K H S L
Decimal 166 173 31 0.04 0 0.82 0.32 62.96 0.7 0.4
Hex A6 AD 1F 4 0 52 20 3F 46 28
Octal 246 255 37 4 0 122 40 77 106 50
Binary 10100110 10101101 11111 100 0 1010010 100000 111111 1000110 101000

Color Harmonies of #A6AD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD1F

Black with #A6AD1F

Text Example


Text Example

White with #A6AD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD1F; }

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

 H1.HeaderClassName
 {
   color: #A6AD1F;
 }
 .AnyTagClassName
 {
   color: #A6AD1F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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