#AFA488

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

Shades of Pavlova #AFA488

Tints of Pavlova #AFA488

Color information

#AFA488 (or 0xAFA488) is unknown color: approx Pavlova. HEX triplet: AF, A4 and 88. RGB value is (175,164,136). Sum of RGB (Red+Green+Blue) = 175+164+136=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA488 is #505B77. Grayscale: #A4A4A4. Windows color (decimal): -5266296 or 8955055. OLE color: 8955055.

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

Color convert

RGB175164136-
CMYK00.060.220.31
HSL43.08º19.6%60.98%-
HSV(B)43.08º22.29%68.63%-
XYZ35.437.4428.65-
YUV164.1112.14135.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 136 (53.52% from 255) = 28.63%
R=36.84%
G=34.53%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516413600.060.220.3143.0819.660.98
HexAFA48806161F2b143d
Octal257244210062637532475
Binary1010111110100100100010000110101101111110101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA488; }

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

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

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

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

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

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

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

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