Html Css Color HEX #AFBD8D Caper

📋 copy color: '#AFBD8D'

red 175 ◦ green 189 ◦ blue 141

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

Shades of Caper #AFBD8D

Tints of Caper #AFBD8D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.43%

 BLUE value IS 141 (55.47% from 255) = 27.92%

R = 34.65%
G = 37.43%
B = 27.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#AFBD8D (or 0xAFBD8D) is known color: Caper. HEX triplet: AF, BD and 8D. RGB value is (175,189,141). Sum of RGB (Red+Green+Blue) = 175+189+141=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBD8D is #504272. Grayscale: #B3B3B3. Windows color (decimal): -5259891 or 9289135. OLE color: 9289135.

HSL color Cylindrical-coordinate representation of color #AFBD8D: hue angle of 77.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFBD8D is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 189 141 -
CMYK 0.07 0 0.25 0.26
HSL 77.5º 0.27% 0.65% -
HSV(B) 77.5º 0.25% 0.74% -
XYZ 40.68 47.43 32.21 -
YUV 179.34 106.36 124.9 -
System Red Green Blue C M Y K H S L
Decimal 175 189 141 0.07 0 0.25 0.26 77.5 0.27 0.65
Hex AF BD 8D 7 0 19 1A 4E 1B 41
Octal 257 275 215 7 0 31 32 116 33 101
Binary 10101111 10111101 10001101 111 0 11001 11010 1001110 11011 1000001

Color Harmonies of #AFBD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD8D

Black with #AFBD8D

Text Example


Text Example

White with #AFBD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD8D; }

 p { color: rgb(175,189,141); }

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

background-color css

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

 a { background-color: rgb(175,189,141); }

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

border-color css

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

 span { border-color: rgb(175,189,141); }

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