Html Css Color HEX #A6AE20 Bahia

📋 copy color: '#A6AE20'

red 166 ◦ green 174 ◦ blue 32

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

Shades of Bahia #A6AE20

Tints of Bahia #A6AE20

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.77%

 BLUE value IS 32 (12.89% from 255) = 8.6%

R = 44.62%
G = 46.77%
B = 8.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#A6AE20 (or 0xA6AE20) is known color: Bahia. HEX triplet: A6, AE and 20. RGB value is (166,174,32). Sum of RGB (Red+Green+Blue) = 166+174+32=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AE20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AE20 is #5951DF. Grayscale: #9B9B9B. Windows color (decimal): -5853664 or 2141862. OLE color: 2141862.

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

Color convert

RGB 166 174 32 -
CMYK 0.05 0 0.82 0.32
HSL 63.38º 0.69% 0.4% -
HSV(B) 63.38º 0.82% 0.68% -
XYZ 31.12 38.48 7.15 -
YUV 155.42 58.35 135.55 -
System Red Green Blue C M Y K H S L
Decimal 166 174 32 0.05 0 0.82 0.32 63.38 0.69 0.4
Hex A6 AE 20 5 0 52 20 3F 45 28
Octal 246 256 40 5 0 122 40 77 105 50
Binary 10100110 10101110 100000 101 0 1010010 100000 111111 1000101 101000

Color Harmonies of #A6AE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AE20

Black with #A6AE20

Text Example


Text Example

White with #A6AE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AE20; }

 p { color: rgb(166,174,32); }

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

background-color css

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

 a { background-color: rgb(166,174,32); }

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

border-color css

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

 span { border-color: rgb(166,174,32); }

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