Html Css Color HEX #AFB87D Caper

📋 copy color: '#AFB87D'

red 175 ◦ green 184 ◦ blue 125

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

Shades of Caper #AFB87D

Tints of Caper #AFB87D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.02%

 BLUE value IS 125 (49.22% from 255) = 25.83%

R = 36.16%
G = 38.02%
B = 25.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#AFB87D (or 0xAFB87D) is known color: Caper. HEX triplet: AF, B8 and 7D. RGB value is (175,184,125). Sum of RGB (Red+Green+Blue) = 175+184+125=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB87D is #504782. Grayscale: #AEAEAE. Windows color (decimal): -5261187 or 8239279. OLE color: 8239279.

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

Color convert

RGB 175 184 125 -
CMYK 0.05 0 0.32 0.28
HSL 69.15º 0.29% 0.61% -
HSV(B) 69.15º 0.32% 0.72% -
XYZ 38.52 44.88 26.03 -
YUV 174.58 100.02 128.3 -
System Red Green Blue C M Y K H S L
Decimal 175 184 125 0.05 0 0.32 0.28 69.15 0.29 0.61
Hex AF B8 7D 5 0 20 1C 45 1D 3D
Octal 257 270 175 5 0 40 34 105 35 75
Binary 10101111 10111000 1111101 101 0 100000 11100 1000101 11101 111101

Color Harmonies of #AFB87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB87D

Black with #AFB87D

Text Example


Text Example

White with #AFB87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB87D; }

 p { color: rgb(175,184,125); }

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

background-color css

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

 a { background-color: rgb(175,184,125); }

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

border-color css

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

 span { border-color: rgb(175,184,125); }

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