Html Css Color HEX #AFBE92 Caper

📋 copy color: '#AFBE92'

red 175 ◦ green 190 ◦ blue 146

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

Shades of Caper #AFBE92

Tints of Caper #AFBE92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.57%

R = 34.25%
G = 37.18%
B = 28.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#AFBE92 (or 0xAFBE92) is known color: Caper. HEX triplet: AF, BE and 92. RGB value is (175,190,146). Sum of RGB (Red+Green+Blue) = 175+190+146=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE92 is #50416D. Grayscale: #B4B4B4. Windows color (decimal): -5259630 or 9617071. OLE color: 9617071.

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

Color convert

RGB 175 190 146 -
CMYK 0.08 0 0.23 0.25
HSL 80.45º 0.25% 0.66% -
HSV(B) 80.45º 0.23% 0.75% -
XYZ 41.28 48.02 34.29 -
YUV 180.5 108.53 124.08 -
System Red Green Blue C M Y K H S L
Decimal 175 190 146 0.08 0 0.23 0.25 80.45 0.25 0.66
Hex AF BE 92 8 0 17 19 50 19 42
Octal 257 276 222 10 0 27 31 120 31 102
Binary 10101111 10111110 10010010 1000 0 10111 11001 1010000 11001 1000010

Color Harmonies of #AFBE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE92

Black with #AFBE92

Text Example


Text Example

White with #AFBE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE92; }

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

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

background-color css

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

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

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

border-color css

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

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

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