Html Css Color HEX #A6AF2B Bahia

📋 copy color: '#A6AF2B'

red 166 ◦ green 175 ◦ blue 43

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

Shades of Bahia #A6AF2B

Tints of Bahia #A6AF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.2%

R = 43.23%
G = 45.57%
B = 11.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#A6AF2B (or 0xA6AF2B) is known color: Bahia. HEX triplet: A6, AF and 2B. RGB value is (166,175,43). Sum of RGB (Red+Green+Blue) = 166+175+43=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AF2B is #5950D4. Grayscale: #9D9D9D. Windows color (decimal): -5853397 or 2863014. OLE color: 2863014.

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

Color convert

RGB 166 175 43 -
CMYK 0.05 0 0.75 0.31
HSL 64.09º 0.61% 0.43% -
HSV(B) 64.09º 0.75% 0.69% -
XYZ 31.49 38.94 8.14 -
YUV 157.26 63.52 134.23 -
System Red Green Blue C M Y K H S L
Decimal 166 175 43 0.05 0 0.75 0.31 64.09 0.61 0.43
Hex A6 AF 2B 5 0 4B 1F 40 3D 2B
Octal 246 257 53 5 0 113 37 100 75 53
Binary 10100110 10101111 101011 101 0 1001011 11111 1000000 111101 101011

Color Harmonies of #A6AF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF2B

Black with #A6AF2B

Text Example


Text Example

White with #A6AF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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