Html Css Color HEX #AFBB7C Caper

📋 copy color: '#AFBB7C'

red 175 ◦ green 187 ◦ blue 124

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

Shades of Caper #AFBB7C

Tints of Caper #AFBB7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.51%

R = 36.01%
G = 38.48%
B = 25.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#AFBB7C (or 0xAFBB7C) is known color: Caper. HEX triplet: AF, BB and 7C. RGB value is (175,187,124). Sum of RGB (Red+Green+Blue) = 175+187+124=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBB7C is #504483. Grayscale: #B0B0B0. Windows color (decimal): -5260420 or 8174511. OLE color: 8174511.

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

Color convert

RGB 175 187 124 -
CMYK 0.06 0 0.34 0.27
HSL 71.43º 0.32% 0.61% -
HSV(B) 71.43º 0.34% 0.73% -
XYZ 39.09 46.11 25.91 -
YUV 176.23 98.52 127.12 -
System Red Green Blue C M Y K H S L
Decimal 175 187 124 0.06 0 0.34 0.27 71.43 0.32 0.61
Hex AF BB 7C 6 0 22 1B 47 20 3D
Octal 257 273 174 6 0 42 33 107 40 75
Binary 10101111 10111011 1111100 110 0 100010 11011 1000111 100000 111101

Color Harmonies of #AFBB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB7C

Black with #AFBB7C

Text Example


Text Example

White with #AFBB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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