Html Css Color HEX #AFB782 Caper

📋 copy color: '#AFB782'

red 175 ◦ green 183 ◦ blue 130

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

Shades of Caper #AFB782

Tints of Caper #AFB782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.64%

R = 35.86%
G = 37.5%
B = 26.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#AFB782 (or 0xAFB782) is known color: Caper. HEX triplet: AF, B7 and 82. RGB value is (175,183,130). Sum of RGB (Red+Green+Blue) = 175+183+130=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB782 is #50487D. Grayscale: #AEAEAE. Windows color (decimal): -5261438 or 8566703. OLE color: 8566703.

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

Color convert

RGB 175 183 130 -
CMYK 0.04 0 0.29 0.28
HSL 69.06º 0.27% 0.61% -
HSV(B) 69.06º 0.29% 0.72% -
XYZ 38.64 44.59 27.69 -
YUV 174.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 175 183 130 0.04 0 0.29 0.28 69.06 0.27 0.61
Hex AF B7 82 4 0 1D 1C 45 1B 3D
Octal 257 267 202 4 0 35 34 105 33 75
Binary 10101111 10110111 10000010 100 0 11101 11100 1000101 11011 111101

Color Harmonies of #AFB782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB782

Black with #AFB782

Text Example


Text Example

White with #AFB782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB782; }

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

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

background-color css

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

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

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

border-color css

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

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

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