Html Css Color HEX #AFB977 Caper

📋 copy color: '#AFB977'

red 175 ◦ green 185 ◦ blue 119

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

Shades of Caper #AFB977

Tints of Caper #AFB977

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.62%

 BLUE value IS 119 (46.88% from 255) = 24.84%

R = 36.53%
G = 38.62%
B = 24.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#AFB977 (or 0xAFB977) is known color: Caper. HEX triplet: AF, B9 and 77. RGB value is (175,185,119). Sum of RGB (Red+Green+Blue) = 175+185+119=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB977 is #504688. Grayscale: #AEAEAE. Windows color (decimal): -5260937 or 7846319. OLE color: 7846319.

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

Color convert

RGB 175 185 119 -
CMYK 0.05 0 0.36 0.27
HSL 69.09º 0.32% 0.6% -
HSV(B) 69.09º 0.36% 0.73% -
XYZ 38.36 45.14 24.14 -
YUV 174.49 96.69 128.37 -
System Red Green Blue C M Y K H S L
Decimal 175 185 119 0.05 0 0.36 0.27 69.09 0.32 0.6
Hex AF B9 77 5 0 24 1B 45 20 3C
Octal 257 271 167 5 0 44 33 105 40 74
Binary 10101111 10111001 1110111 101 0 100100 11011 1000101 100000 111100

Color Harmonies of #AFB977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB977

Black with #AFB977

Text Example


Text Example

White with #AFB977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB977; }

 p { color: rgb(175,185,119); }

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

background-color css

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

 a { background-color: rgb(175,185,119); }

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

border-color css

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

 span { border-color: rgb(175,185,119); }

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