Html Css Color HEX #AFA284 Pavlova

📋 copy color: '#AFA284'

red 175 ◦ green 162 ◦ blue 132

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

Shades of Pavlova #AFA284

Tints of Pavlova #AFA284

RGB

 RED value IS 175 (68.75% from 255) = 37.31%

 GREEN value IS 162 (63.67% from 255) = 34.54%

 BLUE value IS 132 (51.95% from 255) = 28.14%

R = 37.31%
G = 34.54%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AFA284 (or 0xAFA284) is known color: Pavlova. HEX triplet: AF, A2 and 84. RGB value is (175,162,132). Sum of RGB (Red+Green+Blue) = 175+162+132=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA284 is #505D7B. Grayscale: #A2A2A2. Windows color (decimal): -5266812 or 8692399. OLE color: 8692399.

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

Color convert

RGB 175 162 132 -
CMYK 0 0.07 0.25 0.31
HSL 41.86º 0.21% 0.6% -
HSV(B) 41.86º 0.25% 0.69% -
XYZ 34.76 36.62 27.07 -
YUV 162.47 110.81 136.94 -
System Red Green Blue C M Y K H S L
Decimal 175 162 132 0 0.07 0.25 0.31 41.86 0.21 0.6
Hex AF A2 84 0 7 19 1F 2A 15 3C
Octal 257 242 204 0 7 31 37 52 25 74
Binary 10101111 10100010 10000100 0 111 11001 11111 101010 10101 111100

Color Harmonies of #AFA284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA284

Black with #AFA284

Text Example


Text Example

White with #AFA284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA284; }

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

 H1.HeaderClassName
 {
   color: #AFA284;
 }
 .AnyTagClassName
 {
   color: #AFA284;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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