Html Css Color HEX #A6AD1A Bahia

📋 copy color: '#A6AD1A'

red 166 ◦ green 173 ◦ blue 26

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

Shades of Bahia #A6AD1A

Tints of Bahia #A6AD1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.12%

R = 45.48%
G = 47.4%
B = 7.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#A6AD1A (or 0xA6AD1A) is known color: Bahia. HEX triplet: A6, AD and 1A. RGB value is (166,173,26). Sum of RGB (Red+Green+Blue) = 166+173+26=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AD1A is #5952E5. Grayscale: #9A9A9A. Windows color (decimal): -5853926 or 1748390. OLE color: 1748390.

HSL color Cylindrical-coordinate representation of color #A6AD1A: hue angle of 62.86º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6AD1A is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 173 26 -
CMYK 0.04 0 0.85 0.32
HSL 62.86º 0.74% 0.39% -
HSV(B) 62.86º 0.85% 0.68% -
XYZ 30.86 38.07 6.7 -
YUV 154.15 55.68 136.45 -
System Red Green Blue C M Y K H S L
Decimal 166 173 26 0.04 0 0.85 0.32 62.86 0.74 0.39
Hex A6 AD 1A 4 0 55 20 3F 4A 27
Octal 246 255 32 4 0 125 40 77 112 47
Binary 10100110 10101101 11010 100 0 1010101 100000 111111 1001010 100111

Color Harmonies of #A6AD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD1A

Black with #A6AD1A

Text Example


Text Example

White with #A6AD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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