Html Css Color HEX #AFBDA6 Pumice

📋 copy color: '#AFBDA6'

red 175 ◦ green 189 ◦ blue 166

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

Shades of Pumice #AFBDA6

Tints of Pumice #AFBDA6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.66%

 BLUE value IS 166 (65.23% from 255) = 31.32%

R = 33.02%
G = 35.66%
B = 31.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#AFBDA6 (or 0xAFBDA6) is known color: Pumice. HEX triplet: AF, BD and A6. RGB value is (175,189,166). Sum of RGB (Red+Green+Blue) = 175+189+166=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBDA6 is #504259. Grayscale: #B6B6B6. Windows color (decimal): -5259866 or 10927535. OLE color: 10927535.

HSL color Cylindrical-coordinate representation of color #AFBDA6: hue angle of 96.52º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFBDA6 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 189 166 -
CMYK 0.07 0 0.12 0.26
HSL 96.52º 0.15% 0.7% -
HSV(B) 96.52º 0.12% 0.74% -
XYZ 42.76 48.26 43.14 -
YUV 182.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 175 189 166 0.07 0 0.12 0.26 96.52 0.15 0.7
Hex AF BD A6 7 0 C 1A 61 F 46
Octal 257 275 246 7 0 14 32 141 17 106
Binary 10101111 10111101 10100110 111 0 1100 11010 1100001 1111 1000110

Color Harmonies of #AFBDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDA6

Black with #AFBDA6

Text Example


Text Example

White with #AFBDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDA6; }

 p { color: rgb(175,189,166); }

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

background-color css

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

 a { background-color: rgb(175,189,166); }

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

border-color css

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

 span { border-color: rgb(175,189,166); }

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