Html Css Color HEX #AFBE8D Caper

📋 copy color: '#AFBE8D'

red 175 ◦ green 190 ◦ blue 141

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

Shades of Caper #AFBE8D

Tints of Caper #AFBE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.87%

R = 34.58%
G = 37.55%
B = 27.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#AFBE8D (or 0xAFBE8D) is known color: Caper. HEX triplet: AF, BE and 8D. RGB value is (175,190,141). Sum of RGB (Red+Green+Blue) = 175+190+141=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE8D is #504172. Grayscale: #B4B4B4. Windows color (decimal): -5259635 or 9289391. OLE color: 9289391.

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

Color convert

RGB 175 190 141 -
CMYK 0.08 0 0.26 0.25
HSL 78.37º 0.27% 0.65% -
HSV(B) 78.37º 0.26% 0.75% -
XYZ 40.9 47.86 32.28 -
YUV 179.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 175 190 141 0.08 0 0.26 0.25 78.37 0.27 0.65
Hex AF BE 8D 8 0 1A 19 4E 1B 41
Octal 257 276 215 10 0 32 31 116 33 101
Binary 10101111 10111110 10001101 1000 0 11010 11001 1001110 11011 1000001

Color Harmonies of #AFBE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE8D

Black with #AFBE8D

Text Example


Text Example

White with #AFBE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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