Html Css Color HEX #AFBB84 Caper

📋 copy color: '#AFBB84'

red 175 ◦ green 187 ◦ blue 132

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

Shades of Caper #AFBB84

Tints of Caper #AFBB84

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.85%

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

R = 35.43%
G = 37.85%
B = 26.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#AFBB84 (or 0xAFBB84) is known color: Caper. HEX triplet: AF, BB and 84. RGB value is (175,187,132). Sum of RGB (Red+Green+Blue) = 175+187+132=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB84 is #50447B. Grayscale: #B1B1B1. Windows color (decimal): -5260412 or 8698799. OLE color: 8698799.

HSL color Cylindrical-coordinate representation of color #AFBB84: hue angle of 73.09º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFBB84 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 187 132 -
CMYK 0.06 0 0.29 0.27
HSL 73.09º 0.29% 0.63% -
HSV(B) 73.09º 0.29% 0.73% -
XYZ 39.61 46.32 28.68 -
YUV 177.14 102.52 126.47 -
System Red Green Blue C M Y K H S L
Decimal 175 187 132 0.06 0 0.29 0.27 73.09 0.29 0.63
Hex AF BB 84 6 0 1D 1B 49 1D 3F
Octal 257 273 204 6 0 35 33 111 35 77
Binary 10101111 10111011 10000100 110 0 11101 11011 1001001 11101 111111

Color Harmonies of #AFBB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB84

Black with #AFBB84

Text Example


Text Example

White with #AFBB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB84; }

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

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

background-color css

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

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

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

border-color css

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

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

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