Html Css Color HEX #AFB884 Caper

📋 copy color: '#AFB884'

red 175 ◦ green 184 ◦ blue 132

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

Shades of Caper #AFB884

Tints of Caper #AFB884

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.47%

 BLUE value IS 132 (51.95% from 255) = 26.88%

R = 35.64%
G = 37.47%
B = 26.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#AFB884 (or 0xAFB884) is known color: Caper. HEX triplet: AF, B8 and 84. RGB value is (175,184,132). Sum of RGB (Red+Green+Blue) = 175+184+132=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB884 is #50477B. Grayscale: #AFAFAF. Windows color (decimal): -5261180 or 8698031. OLE color: 8698031.

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

Color convert

RGB 175 184 132 -
CMYK 0.05 0 0.28 0.28
HSL 70.38º 0.27% 0.62% -
HSV(B) 70.38º 0.28% 0.72% -
XYZ 38.98 45.06 28.47 -
YUV 175.38 103.52 127.73 -
System Red Green Blue C M Y K H S L
Decimal 175 184 132 0.05 0 0.28 0.28 70.38 0.27 0.62
Hex AF B8 84 5 0 1C 1C 46 1B 3E
Octal 257 270 204 5 0 34 34 106 33 76
Binary 10101111 10111000 10000100 101 0 11100 11100 1000110 11011 111110

Color Harmonies of #AFB884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB884

Black with #AFB884

Text Example


Text Example

White with #AFB884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB884; }

 p { color: rgb(175,184,132); }

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

background-color css

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

 a { background-color: rgb(175,184,132); }

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

border-color css

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

 span { border-color: rgb(175,184,132); }

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