Html Css Color HEX #AFBE8B Caper

📋 copy color: '#AFBE8B'

red 175 ◦ green 190 ◦ blue 139

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

Shades of Caper #AFBE8B

Tints of Caper #AFBE8B

RGB

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

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

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

R = 34.72%
G = 37.7%
B = 27.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#AFBE8B (or 0xAFBE8B) is known color: Caper. HEX triplet: AF, BE and 8B. RGB value is (175,190,139). Sum of RGB (Red+Green+Blue) = 175+190+139=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE8B is #504174. Grayscale: #B3B3B3. Windows color (decimal): -5259637 or 9158319. OLE color: 9158319.

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

Color convert

RGB 175 190 139 -
CMYK 0.08 0 0.27 0.25
HSL 77.65º 0.28% 0.65% -
HSV(B) 77.65º 0.27% 0.75% -
XYZ 40.75 47.8 31.51 -
YUV 179.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 175 190 139 0.08 0 0.27 0.25 77.65 0.28 0.65
Hex AF BE 8B 8 0 1B 19 4E 1C 41
Octal 257 276 213 10 0 33 31 116 34 101
Binary 10101111 10111110 10001011 1000 0 11011 11001 1001110 11100 1000001

Color Harmonies of #AFBE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE8B

Black with #AFBE8B

Text Example


Text Example

White with #AFBE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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