Html Css Color HEX #AFA488 Pavlova

📋 copy color: '#AFA488'

red 175 ◦ green 164 ◦ blue 136

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

Shades of Pavlova #AFA488

Tints of Pavlova #AFA488

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.53%

 BLUE value IS 136 (53.52% from 255) = 28.63%

R = 36.84%
G = 34.53%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AFA488 (or 0xAFA488) is known color: Pavlova. HEX triplet: AF, A4 and 88. RGB value is (175,164,136). Sum of RGB (Red+Green+Blue) = 175+164+136=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA488 is #505B77. Grayscale: #A4A4A4. Windows color (decimal): -5266296 or 8955055. OLE color: 8955055.

HSL color Cylindrical-coordinate representation of color #AFA488: hue angle of 43.08º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFA488 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 164 136 -
CMYK 0 0.06 0.22 0.31
HSL 43.08º 0.2% 0.61% -
HSV(B) 43.08º 0.22% 0.69% -
XYZ 35.4 37.44 28.65 -
YUV 164.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 175 164 136 0 0.06 0.22 0.31 43.08 0.2 0.61
Hex AF A4 88 0 6 16 1F 2B 14 3D
Octal 257 244 210 0 6 26 37 53 24 75
Binary 10101111 10100100 10001000 0 110 10110 11111 101011 10100 111101

Color Harmonies of #AFA488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA488

Black with #AFA488

Text Example


Text Example

White with #AFA488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA488; }

 p { color: rgb(175,164,136); }

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

background-color css

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

 a { background-color: rgb(175,164,136); }

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

border-color css

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

 span { border-color: rgb(175,164,136); }

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