Html Css Color HEX #AFBD8B Caper

📋 copy color: '#AFBD8B'

red 175 ◦ green 189 ◦ blue 139

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

Shades of Caper #AFBD8B

Tints of Caper #AFBD8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.63%

R = 34.79%
G = 37.57%
B = 27.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#AFBD8B (or 0xAFBD8B) is known color: Caper. HEX triplet: AF, BD and 8B. RGB value is (175,189,139). Sum of RGB (Red+Green+Blue) = 175+189+139=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBD8B is #504274. Grayscale: #B3B3B3. Windows color (decimal): -5259893 or 9158063. OLE color: 9158063.

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

Color convert

RGB 175 189 139 -
CMYK 0.07 0 0.26 0.26
HSL 76.8º 0.27% 0.64% -
HSV(B) 76.8º 0.26% 0.74% -
XYZ 40.54 47.37 31.43 -
YUV 179.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 175 189 139 0.07 0 0.26 0.26 76.8 0.27 0.64
Hex AF BD 8B 7 0 1A 1A 4D 1B 40
Octal 257 275 213 7 0 32 32 115 33 100
Binary 10101111 10111101 10001011 111 0 11010 11010 1001101 11011 1000000

Color Harmonies of #AFBD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD8B

Black with #AFBD8B

Text Example


Text Example

White with #AFBD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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