Html Css Color HEX #AFB880 Caper

📋 copy color: '#AFB880'

red 175 ◦ green 184 ◦ blue 128

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

Shades of Caper #AFB880

Tints of Caper #AFB880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.28%

R = 35.93%
G = 37.78%
B = 26.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#AFB880 (or 0xAFB880) is known color: Caper. HEX triplet: AF, B8 and 80. RGB value is (175,184,128). Sum of RGB (Red+Green+Blue) = 175+184+128=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB880 is #50477F. Grayscale: #AFAFAF. Windows color (decimal): -5261184 or 8435887. OLE color: 8435887.

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

Color convert

RGB 175 184 128 -
CMYK 0.05 0 0.30 0.28
HSL 69.64º 0.28% 0.61% -
HSV(B) 69.64º 0.3% 0.72% -
XYZ 38.72 44.95 27.06 -
YUV 174.93 101.52 128.05 -
System Red Green Blue C M Y K H S L
Decimal 175 184 128 0.05 0 0.30 0.28 69.64 0.28 0.61
Hex AF B8 80 5 0 1E 1C 46 1C 3D
Octal 257 270 200 5 0 36 34 106 34 75
Binary 10101111 10111000 10000000 101 0 11110 11100 1000110 11100 111101

Color Harmonies of #AFB880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB880

Black with #AFB880

Text Example


Text Example

White with #AFB880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB880; }

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

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

background-color css

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

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

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

border-color css

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

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

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