#B6AFA0

Color #B6AFA0 Akaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Akaroa #B6AFA0

Tints of Akaroa #B6AFA0

Color information

#B6AFA0 (or 0xB6AFA0) is unknown color: approx Akaroa. HEX triplet: B6, AF and A0. RGB value is (182,175,160). Sum of RGB (Red+Green+Blue) = 182+175+160=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AFA0 is #49505F. Grayscale: #AFAFAF. Windows color (decimal): -4804704 or 10530742. OLE color: 10530742.

HSL color Cylindrical-coordinate representation of color #B6AFA0: hue angle of 40.91º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6AFA0 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB182175160-
CMYK00.040.120.29
HSL40.91º13.1%67.06%-
HSV(B)40.91º12.09%71.37%-
XYZ40.9743.1439.43-
YUV175.38119.32132.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.20%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 160 (62.89% from 255) = 30.95%
R=35.20%
G=33.85%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217516000.040.120.2940.9113.167.06
HexB6AFA004C1D29d43
Octal2662572400414355115103
Binary101101101010111110100000010011001110110100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFA0; }

 p { color: rgb(182,175,160); }

 H1.HeaderClassName
 {
   color: #B6AFA0;
 }
 .AnyTagClassName
 {
   color: #B6AFA0;
 }
</style>
background-color css

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

 a { background-color: rgb(182,175,160); }

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

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

 span { border-color: rgb(182,175,160); }

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