#AFBA8A

Color #AFBA8A Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #AFBA8A

Tints of Caper #AFBA8A

Color information

#AFBA8A (or 0xAFBA8A) is unknown color: approx Caper. HEX triplet: AF, BA and 8A. RGB value is (175,186,138). Sum of RGB (Red+Green+Blue) = 175+186+138=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA8A is #504575. Grayscale: #B1B1B1. Windows color (decimal): -5260662 or 9091759. OLE color: 9091759.

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

Color convert

RGB175186138-
CMYK0.0600.260.27
HSL73.75º25.81%63.53%-
HSV(B)73.75º25.81%72.94%-
XYZ39.8346.0730.84-
YUV177.24105.86126.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 138 (54.30% from 255) = 27.66%
R=35.07%
G=37.27%
B=27.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861380.0600.260.2773.7525.8163.53
HexAFBA8A601A1B4a1a40
Octal25727221260323311232100
Binary101011111011101010001010110011010110111001010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA8A; }

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

 H1.HeaderClassName
 {
   color: #AFBA8A;
 }
 .AnyTagClassName
 {
   color: #AFBA8A;
 }
</style>
background-color css

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

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

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

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

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

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