#AFA286

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

Shades of Pavlova #AFA286

Tints of Pavlova #AFA286

Color information

#AFA286 (or 0xAFA286) is unknown color: approx Pavlova. HEX triplet: AF, A2 and 86. RGB value is (175,162,134). Sum of RGB (Red+Green+Blue) = 175+162+134=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA286 is #505D79. Grayscale: #A2A2A2. Windows color (decimal): -5266810 or 8823471. OLE color: 8823471.

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

Color convert

RGB175162134-
CMYK00.070.230.31
HSL40.98º20.4%60.59%-
HSV(B)40.98º23.43%68.63%-
XYZ34.936.6827.79-
YUV162.7111.81136.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 162 (63.67% from 255) = 34.39%
BLUE value IS 134 (52.73% from 255) = 28.45%
R=37.15%
G=34.39%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516213400.070.230.3140.9820.460.59
HexAFA28607171F29143d
Octal257242206072737512475
Binary1010111110100010100001100111101111111110100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA286; }

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

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

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

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

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

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

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

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