#AFA285

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

Shades of Pavlova #AFA285

Tints of Pavlova #AFA285

Color information

#AFA285 (or 0xAFA285) is unknown color: approx Pavlova. HEX triplet: AF, A2 and 85. RGB value is (175,162,133). Sum of RGB (Red+Green+Blue) = 175+162+133=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA285 is #505D7A. Grayscale: #A2A2A2. Windows color (decimal): -5266811 or 8757935. OLE color: 8757935.

HSL color Cylindrical-coordinate representation of color #AFA285: hue angle of 41.43º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFA285 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB175162133-
CMYK00.070.240.31
HSL41.43º20.79%60.39%-
HSV(B)41.43º24%68.63%-
XYZ34.8336.6527.43-
YUV162.58111.31136.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 162 (63.67% from 255) = 34.47%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=37.23%
G=34.47%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516213300.070.240.3141.4320.7960.39
HexAFA28507181F29153c
Octal257242205073037512574
Binary1010111110100010100001010111110001111110100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA285; }

 p { color: rgb(175,162,133); }

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

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

 a { background-color: rgb(175,162,133); }

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

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

 span { border-color: rgb(175,162,133); }

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