Html Css Color HEX #AFA285 Pavlova

📋 copy color: '#AFA285'

red 175 ◦ green 162 ◦ blue 133

#AFA285
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pavlova #AFA285

Tints of Pavlova #AFA285

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.3%

R = 37.23%
G = 34.47%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AFA285 (or 0xAFA285) is known color: 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

RGB 175 162 133 -
CMYK 0 0.07 0.24 0.31
HSL 41.43º 0.21% 0.6% -
HSV(B) 41.43º 0.24% 0.69% -
XYZ 34.83 36.65 27.43 -
YUV 162.58 111.31 136.86 -
System Red Green Blue C M Y K H S L
Decimal 175 162 133 0 0.07 0.24 0.31 41.43 0.21 0.6
Hex AF A2 85 0 7 18 1F 29 15 3C
Octal 257 242 205 0 7 30 37 51 25 74
Binary 10101111 10100010 10000101 0 111 11000 11111 101001 10101 111100

Color Harmonies of #AFA285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA285

Black with #AFA285

Text Example


Text Example

White with #AFA285

Text Example


Text Example

HTML Codes & Css Web 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>