Html Css Color HEX #AFBA8D Caper

📋 copy color: '#AFBA8D'

red 175 ◦ green 186 ◦ blue 141

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

Shades of Caper #AFBA8D

Tints of Caper #AFBA8D

RGB

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

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

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

R = 34.86%
G = 37.05%
B = 28.09%

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

#AFBA8D (or 0xAFBA8D) is known color: Caper. HEX triplet: AF, BA and 8D. RGB value is (175,186,141). Sum of RGB (Red+Green+Blue) = 175+186+141=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA8D is #504572. Grayscale: #B1B1B1. Windows color (decimal): -5260659 or 9288367. OLE color: 9288367.

HSL color Cylindrical-coordinate representation of color #AFBA8D: hue angle of 74.67º degrees, saturation: 0.25, 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 #AFBA8D is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 141 -
CMYK 0.06 0 0.24 0.27
HSL 74.67º 0.25% 0.64% -
HSV(B) 74.67º 0.24% 0.73% -
XYZ 40.05 46.15 32 -
YUV 177.58 107.36 126.16 -
System Red Green Blue C M Y K H S L
Decimal 175 186 141 0.06 0 0.24 0.27 74.67 0.25 0.64
Hex AF BA 8D 6 0 18 1B 4B 19 40
Octal 257 272 215 6 0 30 33 113 31 100
Binary 10101111 10111010 10001101 110 0 11000 11011 1001011 11001 1000000

Color Harmonies of #AFBA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA8D

Black with #AFBA8D

Text Example


Text Example

White with #AFBA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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