Html Css Color HEX #AFBB80 Caper

📋 copy color: '#AFBB80'

red 175 ◦ green 187 ◦ blue 128

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

Shades of Caper #AFBB80

Tints of Caper #AFBB80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.12%

R = 35.71%
G = 38.16%
B = 26.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#AFBB80 (or 0xAFBB80) is known color: Caper. HEX triplet: AF, BB and 80. RGB value is (175,187,128). Sum of RGB (Red+Green+Blue) = 175+187+128=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB80 is #50447F. Grayscale: #B0B0B0. Windows color (decimal): -5260416 or 8436655. OLE color: 8436655.

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

Color convert

RGB 175 187 128 -
CMYK 0.06 0 0.32 0.27
HSL 72.2º 0.3% 0.62% -
HSV(B) 72.2º 0.32% 0.73% -
XYZ 39.35 46.21 27.27 -
YUV 176.69 100.52 126.8 -
System Red Green Blue C M Y K H S L
Decimal 175 187 128 0.06 0 0.32 0.27 72.2 0.3 0.62
Hex AF BB 80 6 0 20 1B 48 1E 3E
Octal 257 273 200 6 0 40 33 110 36 76
Binary 10101111 10111011 10000000 110 0 100000 11011 1001000 11110 111110

Color Harmonies of #AFBB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB80

Black with #AFBB80

Text Example


Text Example

White with #AFBB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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