Html Css Color HEX #A6AF25 Bahia

📋 copy color: '#A6AF25'

red 166 ◦ green 175 ◦ blue 37

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

Shades of Bahia #A6AF25

Tints of Bahia #A6AF25

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.3%

 BLUE value IS 37 (14.84% from 255) = 9.79%

R = 43.92%
G = 46.3%
B = 9.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#A6AF25 (or 0xA6AF25) is known color: Bahia. HEX triplet: A6, AF and 25. RGB value is (166,175,37). Sum of RGB (Red+Green+Blue) = 166+175+37=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AF25 is #5950DA. Grayscale: #9D9D9D. Windows color (decimal): -5853403 or 2469798. OLE color: 2469798.

HSL color Cylindrical-coordinate representation of color #A6AF25: hue angle of 63.91º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A6AF25 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 175 37 -
CMYK 0.05 0 0.79 0.31
HSL 63.91º 0.65% 0.42% -
HSV(B) 63.91º 0.79% 0.69% -
XYZ 31.39 38.9 7.6 -
YUV 156.58 60.52 134.72 -
System Red Green Blue C M Y K H S L
Decimal 166 175 37 0.05 0 0.79 0.31 63.91 0.65 0.42
Hex A6 AF 25 5 0 4F 1F 40 41 2A
Octal 246 257 45 5 0 117 37 100 101 52
Binary 10100110 10101111 100101 101 0 1001111 11111 1000000 1000001 101010

Color Harmonies of #A6AF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF25

Black with #A6AF25

Text Example


Text Example

White with #A6AF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF25; }

 p { color: rgb(166,175,37); }

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

background-color css

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

 a { background-color: rgb(166,175,37); }

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

border-color css

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

 span { border-color: rgb(166,175,37); }

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