#AFA487

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

Shades of Pavlova #AFA487

Tints of Pavlova #AFA487

Color information

#AFA487 (or 0xAFA487) is unknown color: approx Pavlova. HEX triplet: AF, A4 and 87. RGB value is (175,164,135). Sum of RGB (Red+Green+Blue) = 175+164+135=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA487 is #505B78. Grayscale: #A4A4A4. Windows color (decimal): -5266297 or 8889519. OLE color: 8889519.

HSL color Cylindrical-coordinate representation of color #AFA487: hue angle of 43.5º 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 #AFA487 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB175164135-
CMYK00.060.230.31
HSL43.5º20%60.78%-
HSV(B)43.5º22.86%68.63%-
XYZ35.3337.4128.28-
YUV163.98111.64135.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 164 (64.45% from 255) = 34.60%
BLUE value IS 135 (53.12% from 255) = 28.48%
R=36.92%
G=34.60%
B=28.48%

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
Decimal17516413500.060.230.3143.52060.78
HexAFA48706171F2c143d
Octal257244207062737542475
Binary1010111110100100100001110110101111111110110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA487; }

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

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

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

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

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

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

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

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