Html Css Color HEX #AFB88A Caper

📋 copy color: '#AFB88A'

red 175 ◦ green 184 ◦ blue 138

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

Shades of Caper #AFB88A

Tints of Caper #AFB88A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.02%

 BLUE value IS 138 (54.3% from 255) = 27.77%

R = 35.21%
G = 37.02%
B = 27.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#AFB88A (or 0xAFB88A) is known color: Caper. HEX triplet: AF, B8 and 8A. RGB value is (175,184,138). Sum of RGB (Red+Green+Blue) = 175+184+138=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB88A is #504775. Grayscale: #B0B0B0. Windows color (decimal): -5261174 or 9091247. OLE color: 9091247.

HSL color Cylindrical-coordinate representation of color #AFB88A: hue angle of 71.74º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFB88A is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 138 -
CMYK 0.05 0 0.25 0.28
HSL 71.74º 0.24% 0.63% -
HSV(B) 71.74º 0.25% 0.72% -
XYZ 39.41 45.23 30.7 -
YUV 176.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 175 184 138 0.05 0 0.25 0.28 71.74 0.24 0.63
Hex AF B8 8A 5 0 19 1C 48 18 3F
Octal 257 270 212 5 0 31 34 110 30 77
Binary 10101111 10111000 10001010 101 0 11001 11100 1001000 11000 111111

Color Harmonies of #AFB88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB88A

Black with #AFB88A

Text Example


Text Example

White with #AFB88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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