Html Css Color HEX #AFB78B Caper

📋 copy color: '#AFB78B'

red 175 ◦ green 183 ◦ blue 139

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

Shades of Caper #AFB78B

Tints of Caper #AFB78B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.82%

 BLUE value IS 139 (54.69% from 255) = 27.97%

R = 35.21%
G = 36.82%
B = 27.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#AFB78B (or 0xAFB78B) is known color: Caper. HEX triplet: AF, B7 and 8B. RGB value is (175,183,139). Sum of RGB (Red+Green+Blue) = 175+183+139=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB78B is #504874. Grayscale: #AFAFAF. Windows color (decimal): -5261429 or 9156527. OLE color: 9156527.

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

Color convert

RGB 175 183 139 -
CMYK 0.04 0 0.24 0.28
HSL 70.91º 0.23% 0.63% -
HSV(B) 70.91º 0.24% 0.72% -
XYZ 39.27 44.85 31.01 -
YUV 175.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 175 183 139 0.04 0 0.24 0.28 70.91 0.23 0.63
Hex AF B7 8B 4 0 18 1C 47 17 3F
Octal 257 267 213 4 0 30 34 107 27 77
Binary 10101111 10110111 10001011 100 0 11000 11100 1000111 10111 111111

Color Harmonies of #AFB78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB78B

Black with #AFB78B

Text Example


Text Example

White with #AFB78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB78B; }

 p { color: rgb(175,183,139); }

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

background-color css

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

 a { background-color: rgb(175,183,139); }

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

border-color css

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

 span { border-color: rgb(175,183,139); }

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