Html Css Color HEX #AFBE77 Caper

📋 copy color: '#AFBE77'

red 175 ◦ green 190 ◦ blue 119

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

Shades of Caper #AFBE77

Tints of Caper #AFBE77

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.26%

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

R = 36.16%
G = 39.26%
B = 24.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#AFBE77 (or 0xAFBE77) is known color: Caper. HEX triplet: AF, BE and 77. RGB value is (175,190,119). Sum of RGB (Red+Green+Blue) = 175+190+119=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBE77 is #504188. Grayscale: #B1B1B1. Windows color (decimal): -5259657 or 7847599. OLE color: 7847599.

HSL color Cylindrical-coordinate representation of color #AFBE77: hue angle of 72.68º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFBE77 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 190 119 -
CMYK 0.08 0 0.37 0.25
HSL 72.68º 0.35% 0.61% -
HSV(B) 72.68º 0.37% 0.75% -
XYZ 39.42 47.27 24.5 -
YUV 177.42 95.03 126.27 -
System Red Green Blue C M Y K H S L
Decimal 175 190 119 0.08 0 0.37 0.25 72.68 0.35 0.61
Hex AF BE 77 8 0 25 19 49 23 3D
Octal 257 276 167 10 0 45 31 111 43 75
Binary 10101111 10111110 1110111 1000 0 100101 11001 1001001 100011 111101

Color Harmonies of #AFBE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE77

Black with #AFBE77

Text Example


Text Example

White with #AFBE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE77; }

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

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

background-color css

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

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

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

border-color css

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

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

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