Html Css Color HEX #AFBD6E Caper

📋 copy color: '#AFBD6E'

red 175 ◦ green 189 ◦ blue 110

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

Shades of Caper #AFBD6E

Tints of Caper #AFBD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.21%

R = 36.92%
G = 39.87%
B = 23.21%

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

#AFBD6E (or 0xAFBD6E) is known color: Caper. HEX triplet: AF, BD and 6E. RGB value is (175,189,110). Sum of RGB (Red+Green+Blue) = 175+189+110=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBD6E is #504291. Grayscale: #B0B0B0. Windows color (decimal): -5259922 or 7257519. OLE color: 7257519.

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

Color convert

RGB 175 189 110 -
CMYK 0.07 0 0.42 0.26
HSL 70.63º 0.37% 0.59% -
HSV(B) 70.63º 0.42% 0.74% -
XYZ 38.69 46.63 21.71 -
YUV 175.81 90.86 127.42 -
System Red Green Blue C M Y K H S L
Decimal 175 189 110 0.07 0 0.42 0.26 70.63 0.37 0.59
Hex AF BD 6E 7 0 2A 1A 47 25 3B
Octal 257 275 156 7 0 52 32 107 45 73
Binary 10101111 10111101 1101110 111 0 101010 11010 1000111 100101 111011

Color Harmonies of #AFBD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD6E

Black with #AFBD6E

Text Example


Text Example

White with #AFBD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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