#AFA486

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

Shades of Pavlova #AFA486

Tints of Pavlova #AFA486

Color information

#AFA486 (or 0xAFA486) is unknown color: approx Pavlova. HEX triplet: AF, A4 and 86. RGB value is (175,164,134). Sum of RGB (Red+Green+Blue) = 175+164+134=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA486 is #505B79. Grayscale: #A4A4A4. Windows color (decimal): -5266298 or 8823983. OLE color: 8823983.

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

Color convert

RGB175164134-
CMYK00.060.230.31
HSL43.9º20.4%60.59%-
HSV(B)43.9º23.43%68.63%-
XYZ35.2637.3927.91-
YUV163.87111.14135.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 164 (64.45% from 255) = 34.67%
BLUE value IS 134 (52.73% from 255) = 28.33%
R=37.00%
G=34.67%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516413400.060.230.3143.920.460.59
HexAFA48606171F2c143d
Octal257244206062737542475
Binary1010111110100100100001100110101111111110110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA486; }

 p { color: rgb(175,164,134); }

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

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

 a { background-color: rgb(175,164,134); }

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

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

 span { border-color: rgb(175,164,134); }

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