Html Css Color HEX #A6AD21 Bahia

📋 copy color: '#A6AD21'

red 166 ◦ green 173 ◦ blue 33

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

Shades of Bahia #A6AD21

Tints of Bahia #A6AD21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.87%

R = 44.62%
G = 46.51%
B = 8.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#A6AD21 (or 0xA6AD21) is known color: Bahia. HEX triplet: A6, AD and 21. RGB value is (166,173,33). Sum of RGB (Red+Green+Blue) = 166+173+33=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AD21 is #5952DE. Grayscale: #9B9B9B. Windows color (decimal): -5853919 or 2207142. OLE color: 2207142.

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

Color convert

RGB 166 173 33 -
CMYK 0.04 0 0.81 0.32
HSL 63º 0.68% 0.4% -
HSV(B) 63º 0.81% 0.68% -
XYZ 30.94 38.1 7.16 -
YUV 154.95 59.18 135.88 -
System Red Green Blue C M Y K H S L
Decimal 166 173 33 0.04 0 0.81 0.32 63 0.68 0.4
Hex A6 AD 21 4 0 51 20 3F 44 28
Octal 246 255 41 4 0 121 40 77 104 50
Binary 10100110 10101101 100001 100 0 1010001 100000 111111 1000100 101000

Color Harmonies of #A6AD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD21

Black with #A6AD21

Text Example


Text Example

White with #A6AD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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