Html Css Color HEX #AFB78A Caper

📋 copy color: '#AFB78A'

red 175 ◦ green 183 ◦ blue 138

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

Shades of Caper #AFB78A

Tints of Caper #AFB78A

RGB

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

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

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

R = 35.28%
G = 36.9%
B = 27.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#AFB78A (or 0xAFB78A) is known color: Caper. HEX triplet: AF, B7 and 8A. RGB value is (175,183,138). Sum of RGB (Red+Green+Blue) = 175+183+138=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB78A is #504875. Grayscale: #AFAFAF. Windows color (decimal): -5261430 or 9090991. OLE color: 9090991.

HSL color Cylindrical-coordinate representation of color #AFB78A: hue angle of 70.67º 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 #AFB78A is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 183 138 -
CMYK 0.04 0 0.25 0.28
HSL 70.67º 0.24% 0.63% -
HSV(B) 70.67º 0.25% 0.72% -
XYZ 39.2 44.82 30.63 -
YUV 175.48 106.85 127.66 -
System Red Green Blue C M Y K H S L
Decimal 175 183 138 0.04 0 0.25 0.28 70.67 0.24 0.63
Hex AF B7 8A 4 0 19 1C 47 18 3F
Octal 257 267 212 4 0 31 34 107 30 77
Binary 10101111 10110111 10001010 100 0 11001 11100 1000111 11000 111111

Color Harmonies of #AFB78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB78A

Black with #AFB78A

Text Example


Text Example

White with #AFB78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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