Html Css Color HEX #AFA38B Pavlova

📋 copy color: '#AFA38B'

red 175 ◦ green 163 ◦ blue 139

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

Shades of Pavlova #AFA38B

Tints of Pavlova #AFA38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.14%

R = 36.69%
G = 34.17%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AFA38B (or 0xAFA38B) is known color: Pavlova. HEX triplet: AF, A3 and 8B. RGB value is (175,163,139). Sum of RGB (Red+Green+Blue) = 175+163+139=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA38B is #505C74. Grayscale: #A3A3A3. Windows color (decimal): -5266549 or 9151407. OLE color: 9151407.

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

Color convert

RGB 175 163 139 -
CMYK 0 0.07 0.21 0.31
HSL 40º 0.18% 0.62% -
HSV(B) 40º 0.21% 0.69% -
XYZ 35.44 37.17 29.73 -
YUV 163.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 175 163 139 0 0.07 0.21 0.31 40 0.18 0.62
Hex AF A3 8B 0 7 15 1F 28 12 3E
Octal 257 243 213 0 7 25 37 50 22 76
Binary 10101111 10100011 10001011 0 111 10101 11111 101000 10010 111110

Color Harmonies of #AFA38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA38B

Black with #AFA38B

Text Example


Text Example

White with #AFA38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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