Html Css Color HEX #A6AF27 Bahia

📋 copy color: '#A6AF27'

red 166 ◦ green 175 ◦ blue 39

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

Shades of Bahia #A6AF27

Tints of Bahia #A6AF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.26%

R = 43.68%
G = 46.05%
B = 10.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#A6AF27 (or 0xA6AF27) is known color: Bahia. HEX triplet: A6, AF and 27. RGB value is (166,175,39). Sum of RGB (Red+Green+Blue) = 166+175+39=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 39 (15.62% from 255 or 10.26% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AF27 is #5950D8. Grayscale: #9D9D9D. Windows color (decimal): -5853401 or 2600870. OLE color: 2600870.

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

Color convert

RGB 166 175 39 -
CMYK 0.05 0 0.78 0.31
HSL 63.97º 0.64% 0.42% -
HSV(B) 63.97º 0.78% 0.69% -
XYZ 31.42 38.91 7.77 -
YUV 156.81 61.52 134.56 -
System Red Green Blue C M Y K H S L
Decimal 166 175 39 0.05 0 0.78 0.31 63.97 0.64 0.42
Hex A6 AF 27 5 0 4E 1F 40 40 2A
Octal 246 257 47 5 0 116 37 100 100 52
Binary 10100110 10101111 100111 101 0 1001110 11111 1000000 1000000 101010

Color Harmonies of #A6AF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF27

Black with #A6AF27

Text Example


Text Example

White with #A6AF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF27; }

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

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

background-color css

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

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

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

border-color css

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

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

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