Html Css Color HEX #AFBD7E Caper

📋 copy color: '#AFBD7E'

red 175 ◦ green 189 ◦ blue 126

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

Shades of Caper #AFBD7E

Tints of Caper #AFBD7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.71%

R = 35.71%
G = 38.57%
B = 25.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#AFBD7E (or 0xAFBD7E) is known color: Caper. HEX triplet: AF, BD and 7E. RGB value is (175,189,126). Sum of RGB (Red+Green+Blue) = 175+189+126=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBD7E is #504281. Grayscale: #B1B1B1. Windows color (decimal): -5259906 or 8306095. OLE color: 8306095.

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

Color convert

RGB 175 189 126 -
CMYK 0.07 0 0.33 0.26
HSL 73.33º 0.32% 0.62% -
HSV(B) 73.33º 0.33% 0.74% -
XYZ 39.64 47.02 26.72 -
YUV 177.63 98.86 126.12 -
System Red Green Blue C M Y K H S L
Decimal 175 189 126 0.07 0 0.33 0.26 73.33 0.32 0.62
Hex AF BD 7E 7 0 21 1A 49 20 3E
Octal 257 275 176 7 0 41 32 111 40 76
Binary 10101111 10111101 1111110 111 0 100001 11010 1001001 100000 111110

Color Harmonies of #AFBD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD7E

Black with #AFBD7E

Text Example


Text Example

White with #AFBD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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