#B8AFA0

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

Shades of Akaroa #B8AFA0

Tints of Akaroa #B8AFA0

Color information

#B8AFA0 (or 0xB8AFA0) is unknown color: approx Akaroa. HEX triplet: B8, AF and A0. RGB value is (184,175,160). Sum of RGB (Red+Green+Blue) = 184+175+160=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AFA0 is #47505F. Grayscale: #B0B0B0. Windows color (decimal): -4673632 or 10530744. OLE color: 10530744.

HSL color Cylindrical-coordinate representation of color #B8AFA0: hue angle of 37.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8AFA0 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB184175160-
CMYK00.050.130.28
HSL37.5º14.46%67.45%-
HSV(B)37.5º13.04%72.16%-
XYZ41.4443.3939.45-
YUV175.98118.98133.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.45%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 160 (62.89% from 255) = 30.83%
R=35.45%
G=33.72%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417516000.050.130.2837.514.4667.45
HexB8AFA005D1C26e43
Octal2702572400515344616103
Binary101110001010111110100000010111011110010011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AFA0; }

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

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

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

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

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

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

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

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