Html Css Color HEX #AFBA8C Caper

📋 copy color: '#AFBA8C'

red 175 ◦ green 186 ◦ blue 140

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

Shades of Caper #AFBA8C

Tints of Caper #AFBA8C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.13%

 BLUE value IS 140 (55.08% from 255) = 27.94%

R = 34.93%
G = 37.13%
B = 27.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#AFBA8C (or 0xAFBA8C) is known color: Caper. HEX triplet: AF, BA and 8C. RGB value is (175,186,140). Sum of RGB (Red+Green+Blue) = 175+186+140=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA8C is #504573. Grayscale: #B1B1B1. Windows color (decimal): -5260660 or 9222831. OLE color: 9222831.

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

Color convert

RGB 175 186 140 -
CMYK 0.06 0 0.25 0.27
HSL 74.35º 0.25% 0.64% -
HSV(B) 74.35º 0.25% 0.73% -
XYZ 39.97 46.13 31.61 -
YUV 177.47 106.86 126.24 -
System Red Green Blue C M Y K H S L
Decimal 175 186 140 0.06 0 0.25 0.27 74.35 0.25 0.64
Hex AF BA 8C 6 0 19 1B 4A 19 40
Octal 257 272 214 6 0 31 33 112 31 100
Binary 10101111 10111010 10001100 110 0 11001 11011 1001010 11001 1000000

Color Harmonies of #AFBA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA8C

Black with #AFBA8C

Text Example


Text Example

White with #AFBA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA8C; }

 p { color: rgb(175,186,140); }

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

background-color css

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

 a { background-color: rgb(175,186,140); }

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

border-color css

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

 span { border-color: rgb(175,186,140); }

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