Html Css Color HEX #AFBA7F Caper

📋 copy color: '#AFBA7F'

red 175 ◦ green 186 ◦ blue 127

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

Shades of Caper #AFBA7F

Tints of Caper #AFBA7F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.11%

 BLUE value IS 127 (50% from 255) = 26.02%

R = 35.86%
G = 38.11%
B = 26.02%

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

#AFBA7F (or 0xAFBA7F) is known color: Caper. HEX triplet: AF, BA and 7F. RGB value is (175,186,127). Sum of RGB (Red+Green+Blue) = 175+186+127=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA7F is #504580. Grayscale: #B0B0B0. Windows color (decimal): -5260673 or 8370863. OLE color: 8370863.

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

Color convert

RGB 175 186 127 -
CMYK 0.06 0 0.32 0.27
HSL 71.19º 0.3% 0.61% -
HSV(B) 71.19º 0.32% 0.73% -
XYZ 39.07 45.76 26.85 -
YUV 175.99 100.36 127.3 -
System Red Green Blue C M Y K H S L
Decimal 175 186 127 0.06 0 0.32 0.27 71.19 0.3 0.61
Hex AF BA 7F 6 0 20 1B 47 1E 3D
Octal 257 272 177 6 0 40 33 107 36 75
Binary 10101111 10111010 1111111 110 0 100000 11011 1000111 11110 111101

Color Harmonies of #AFBA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA7F

Black with #AFBA7F

Text Example


Text Example

White with #AFBA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA7F; }

 p { color: rgb(175,186,127); }

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

background-color css

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

 a { background-color: rgb(175,186,127); }

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

border-color css

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

 span { border-color: rgb(175,186,127); }

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