Html Css Color HEX #AFBC8B Caper

📋 copy color: '#AFBC8B'

red 175 ◦ green 188 ◦ blue 139

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

Shades of Caper #AFBC8B

Tints of Caper #AFBC8B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.45%

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

R = 34.86%
G = 37.45%
B = 27.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#AFBC8B (or 0xAFBC8B) is known color: Caper. HEX triplet: AF, BC and 8B. RGB value is (175,188,139). Sum of RGB (Red+Green+Blue) = 175+188+139=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC8B is #504374. Grayscale: #B2B2B2. Windows color (decimal): -5260149 or 9157807. OLE color: 9157807.

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

Color convert

RGB 175 188 139 -
CMYK 0.07 0 0.26 0.26
HSL 75.92º 0.27% 0.64% -
HSV(B) 75.92º 0.26% 0.74% -
XYZ 40.32 46.94 31.36 -
YUV 178.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 175 188 139 0.07 0 0.26 0.26 75.92 0.27 0.64
Hex AF BC 8B 7 0 1A 1A 4C 1B 40
Octal 257 274 213 7 0 32 32 114 33 100
Binary 10101111 10111100 10001011 111 0 11010 11010 1001100 11011 1000000

Color Harmonies of #AFBC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC8B

Black with #AFBC8B

Text Example


Text Example

White with #AFBC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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