Html Css Color HEX #AFB77F Caper

📋 copy color: '#AFB77F'

red 175 ◦ green 183 ◦ blue 127

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

Shades of Caper #AFB77F

Tints of Caper #AFB77F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.73%

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

R = 36.08%
G = 37.73%
B = 26.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#AFB77F (or 0xAFB77F) is known color: Caper. HEX triplet: AF, B7 and 7F. RGB value is (175,183,127). Sum of RGB (Red+Green+Blue) = 175+183+127=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB77F is #504880. Grayscale: #AEAEAE. Windows color (decimal): -5261441 or 8370095. OLE color: 8370095.

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

Color convert

RGB 175 183 127 -
CMYK 0.04 0 0.31 0.28
HSL 68.57º 0.28% 0.61% -
HSV(B) 68.57º 0.31% 0.72% -
XYZ 38.44 44.51 26.64 -
YUV 174.22 101.35 128.55 -
System Red Green Blue C M Y K H S L
Decimal 175 183 127 0.04 0 0.31 0.28 68.57 0.28 0.61
Hex AF B7 7F 4 0 1F 1C 45 1C 3D
Octal 257 267 177 4 0 37 34 105 34 75
Binary 10101111 10110111 1111111 100 0 11111 11100 1000101 11100 111101

Color Harmonies of #AFB77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB77F

Black with #AFB77F

Text Example


Text Example

White with #AFB77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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