Html Css Color HEX #AFA387 Pavlova

📋 copy color: '#AFA387'

red 175 ◦ green 163 ◦ blue 135

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

Shades of Pavlova #AFA387

Tints of Pavlova #AFA387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.54%

R = 37%
G = 34.46%
B = 28.54%

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

#AFA387 (or 0xAFA387) is known color: Pavlova. HEX triplet: AF, A3 and 87. RGB value is (175,163,135). Sum of RGB (Red+Green+Blue) = 175+163+135=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA387 is #505C78. Grayscale: #A3A3A3. Windows color (decimal): -5266553 or 8889263. OLE color: 8889263.

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

Color convert

RGB 175 163 135 -
CMYK 0 0.07 0.23 0.31
HSL 42º 0.2% 0.61% -
HSV(B) 42º 0.23% 0.69% -
XYZ 35.15 37.06 28.22 -
YUV 163.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 175 163 135 0 0.07 0.23 0.31 42 0.2 0.61
Hex AF A3 87 0 7 17 1F 2A 14 3D
Octal 257 243 207 0 7 27 37 52 24 75
Binary 10101111 10100011 10000111 0 111 10111 11111 101010 10100 111101

Color Harmonies of #AFA387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA387

Black with #AFA387

Text Example


Text Example

White with #AFA387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA387; }

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

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

background-color css

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

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

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

border-color css

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

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

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