Html Css Color HEX #AFBD6D Caper

📋 copy color: '#AFBD6D'

red 175 ◦ green 189 ◦ blue 109

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

Shades of Caper #AFBD6D

Tints of Caper #AFBD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.04%

R = 37%
G = 39.96%
B = 23.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#AFBD6D (or 0xAFBD6D) is known color: Caper. HEX triplet: AF, BD and 6D. RGB value is (175,189,109). Sum of RGB (Red+Green+Blue) = 175+189+109=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBD6D is #504292. Grayscale: #B0B0B0. Windows color (decimal): -5259923 or 7191983. OLE color: 7191983.

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

Color convert

RGB 175 189 109 -
CMYK 0.07 0 0.42 0.26
HSL 70.5º 0.38% 0.58% -
HSV(B) 70.5º 0.42% 0.74% -
XYZ 38.64 46.61 21.43 -
YUV 175.69 90.36 127.5 -
System Red Green Blue C M Y K H S L
Decimal 175 189 109 0.07 0 0.42 0.26 70.5 0.38 0.58
Hex AF BD 6D 7 0 2A 1A 46 26 3A
Octal 257 275 155 7 0 52 32 106 46 72
Binary 10101111 10111101 1101101 111 0 101010 11010 1000110 100110 111010

Color Harmonies of #AFBD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD6D

Black with #AFBD6D

Text Example


Text Example

White with #AFBD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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