Html Css Color HEX #AFB789 Caper

📋 copy color: '#AFB789'

red 175 ◦ green 183 ◦ blue 137

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

Shades of Caper #AFB789

Tints of Caper #AFB789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.68%

R = 35.35%
G = 36.97%
B = 27.68%

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

#AFB789 (or 0xAFB789) is known color: Caper. HEX triplet: AF, B7 and 89. RGB value is (175,183,137). Sum of RGB (Red+Green+Blue) = 175+183+137=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB789 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB789 is #504876. Grayscale: #AFAFAF. Windows color (decimal): -5261431 or 9025455. OLE color: 9025455.

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

Color convert

RGB 175 183 137 -
CMYK 0.04 0 0.25 0.28
HSL 70.43º 0.24% 0.63% -
HSV(B) 70.43º 0.25% 0.72% -
XYZ 39.13 44.79 30.25 -
YUV 175.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 175 183 137 0.04 0 0.25 0.28 70.43 0.24 0.63
Hex AF B7 89 4 0 19 1C 46 18 3F
Octal 257 267 211 4 0 31 34 106 30 77
Binary 10101111 10110111 10001001 100 0 11001 11100 1000110 11000 111111

Color Harmonies of #AFB789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB789

Black with #AFB789

Text Example


Text Example

White with #AFB789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB789; }

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

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

background-color css

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

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

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

border-color css

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

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

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