Html Css Color HEX #AFB78D Caper

📋 copy color: '#AFB78D'

red 175 ◦ green 183 ◦ blue 141

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

Shades of Caper #AFB78D

Tints of Caper #AFB78D

RGB

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

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

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

R = 35.07%
G = 36.67%
B = 28.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#AFB78D (or 0xAFB78D) is known color: Caper. HEX triplet: AF, B7 and 8D. RGB value is (175,183,141). Sum of RGB (Red+Green+Blue) = 175+183+141=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB78D is #504872. Grayscale: #AFAFAF. Windows color (decimal): -5261427 or 9287599. OLE color: 9287599.

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

Color convert

RGB 175 183 141 -
CMYK 0.04 0 0.23 0.28
HSL 71.43º 0.23% 0.64% -
HSV(B) 71.43º 0.23% 0.72% -
XYZ 39.42 44.9 31.79 -
YUV 175.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 175 183 141 0.04 0 0.23 0.28 71.43 0.23 0.64
Hex AF B7 8D 4 0 17 1C 47 17 40
Octal 257 267 215 4 0 27 34 107 27 100
Binary 10101111 10110111 10001101 100 0 10111 11100 1000111 10111 1000000

Color Harmonies of #AFB78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB78D

Black with #AFB78D

Text Example


Text Example

White with #AFB78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB78D; }

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

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

background-color css

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

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

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

border-color css

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

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

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