Html Css Color HEX #AFBA8E Caper

📋 copy color: '#AFBA8E'

red 175 ◦ green 186 ◦ blue 142

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

Shades of Caper #AFBA8E

Tints of Caper #AFBA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.23%

R = 34.79%
G = 36.98%
B = 28.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#AFBA8E (or 0xAFBA8E) is known color: Caper. HEX triplet: AF, BA and 8E. RGB value is (175,186,142). Sum of RGB (Red+Green+Blue) = 175+186+142=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA8E is #504571. Grayscale: #B1B1B1. Windows color (decimal): -5260658 or 9353903. OLE color: 9353903.

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

Color convert

RGB 175 186 142 -
CMYK 0.06 0 0.24 0.27
HSL 75º 0.24% 0.64% -
HSV(B) 75º 0.24% 0.73% -
XYZ 40.12 46.18 32.39 -
YUV 177.7 107.86 126.08 -
System Red Green Blue C M Y K H S L
Decimal 175 186 142 0.06 0 0.24 0.27 75 0.24 0.64
Hex AF BA 8E 6 0 18 1B 4B 18 40
Octal 257 272 216 6 0 30 33 113 30 100
Binary 10101111 10111010 10001110 110 0 11000 11011 1001011 11000 1000000

Color Harmonies of #AFBA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA8E

Black with #AFBA8E

Text Example


Text Example

White with #AFBA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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