Html Css Color HEX #AFBE8F Caper

📋 copy color: '#AFBE8F'

red 175 ◦ green 190 ◦ blue 143

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

Shades of Caper #AFBE8F

Tints of Caper #AFBE8F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.4%

 BLUE value IS 143 (56.25% from 255) = 28.15%

R = 34.45%
G = 37.4%
B = 28.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#AFBE8F (or 0xAFBE8F) is known color: Caper. HEX triplet: AF, BE and 8F. RGB value is (175,190,143). Sum of RGB (Red+Green+Blue) = 175+190+143=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE8F is #504170. Grayscale: #B4B4B4. Windows color (decimal): -5259633 or 9420463. OLE color: 9420463.

HSL color Cylindrical-coordinate representation of color #AFBE8F: hue angle of 79.15º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFBE8F is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 190 143 -
CMYK 0.08 0 0.25 0.25
HSL 79.15º 0.27% 0.65% -
HSV(B) 79.15º 0.25% 0.75% -
XYZ 41.05 47.92 33.07 -
YUV 180.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 175 190 143 0.08 0 0.25 0.25 79.15 0.27 0.65
Hex AF BE 8F 8 0 19 19 4F 1B 41
Octal 257 276 217 10 0 31 31 117 33 101
Binary 10101111 10111110 10001111 1000 0 11001 11001 1001111 11011 1000001

Color Harmonies of #AFBE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE8F

Black with #AFBE8F

Text Example


Text Example

White with #AFBE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE8F; }

 p { color: rgb(175,190,143); }

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

background-color css

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

 a { background-color: rgb(175,190,143); }

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

border-color css

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

 span { border-color: rgb(175,190,143); }

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