Html Css Color HEX #AFB98A Caper

📋 copy color: '#AFB98A'

red 175 ◦ green 185 ◦ blue 138

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

Shades of Caper #AFB98A

Tints of Caper #AFB98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.71%

R = 35.14%
G = 37.15%
B = 27.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#AFB98A (or 0xAFB98A) is known color: Caper. HEX triplet: AF, B9 and 8A. RGB value is (175,185,138). Sum of RGB (Red+Green+Blue) = 175+185+138=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB98A is #504675. Grayscale: #B0B0B0. Windows color (decimal): -5260918 or 9091503. OLE color: 9091503.

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

Color convert

RGB 175 185 138 -
CMYK 0.05 0 0.25 0.27
HSL 72.77º 0.25% 0.63% -
HSV(B) 72.77º 0.25% 0.73% -
XYZ 39.62 45.65 30.77 -
YUV 176.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 175 185 138 0.05 0 0.25 0.27 72.77 0.25 0.63
Hex AF B9 8A 5 0 19 1B 49 19 3F
Octal 257 271 212 5 0 31 33 111 31 77
Binary 10101111 10111001 10001010 101 0 11001 11011 1001001 11001 111111

Color Harmonies of #AFB98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB98A

Black with #AFB98A

Text Example


Text Example

White with #AFB98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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