Html Css Color HEX #AFB87A Caper

📋 copy color: '#AFB87A'

red 175 ◦ green 184 ◦ blue 122

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

Shades of Caper #AFB87A

Tints of Caper #AFB87A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.36%

R = 36.38%
G = 38.25%
B = 25.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#AFB87A (or 0xAFB87A) is known color: Caper. HEX triplet: AF, B8 and 7A. RGB value is (175,184,122). Sum of RGB (Red+Green+Blue) = 175+184+122=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB87A is #504785. Grayscale: #AEAEAE. Windows color (decimal): -5261190 or 8042671. OLE color: 8042671.

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

Color convert

RGB 175 184 122 -
CMYK 0.05 0 0.34 0.28
HSL 68.71º 0.3% 0.6% -
HSV(B) 68.71º 0.34% 0.72% -
XYZ 38.33 44.8 25.04 -
YUV 174.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 175 184 122 0.05 0 0.34 0.28 68.71 0.3 0.6
Hex AF B8 7A 5 0 22 1C 45 1E 3C
Octal 257 270 172 5 0 42 34 105 36 74
Binary 10101111 10111000 1111010 101 0 100010 11100 1000101 11110 111100

Color Harmonies of #AFB87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB87A

Black with #AFB87A

Text Example


Text Example

White with #AFB87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB87A; }

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

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

background-color css

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

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

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

border-color css

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

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

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