Html Css Color HEX #AFA386 Pavlova

📋 copy color: '#AFA386'

red 175 ◦ green 163 ◦ blue 134

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

Shades of Pavlova #AFA386

Tints of Pavlova #AFA386

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.53%

 BLUE value IS 134 (52.73% from 255) = 28.39%

R = 37.08%
G = 34.53%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AFA386 (or 0xAFA386) is known color: Pavlova. HEX triplet: AF, A3 and 86. RGB value is (175,163,134). Sum of RGB (Red+Green+Blue) = 175+163+134=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA386 is #505C79. Grayscale: #A3A3A3. Windows color (decimal): -5266554 or 8823727. OLE color: 8823727.

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

Color convert

RGB 175 163 134 -
CMYK 0 0.07 0.23 0.31
HSL 42.44º 0.2% 0.61% -
HSV(B) 42.44º 0.23% 0.69% -
XYZ 35.08 37.03 27.85 -
YUV 163.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 175 163 134 0 0.07 0.23 0.31 42.44 0.2 0.61
Hex AF A3 86 0 7 17 1F 2A 14 3D
Octal 257 243 206 0 7 27 37 52 24 75
Binary 10101111 10100011 10000110 0 111 10111 11111 101010 10100 111101

Color Harmonies of #AFA386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA386

Black with #AFA386

Text Example


Text Example

White with #AFA386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA386; }

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

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

background-color css

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

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

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

border-color css

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

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

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