Html Css Color HEX #AFBE7D Caper

📋 copy color: '#AFBE7D'

red 175 ◦ green 190 ◦ blue 125

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

Shades of Caper #AFBE7D

Tints of Caper #AFBE7D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.78%

 BLUE value IS 125 (49.22% from 255) = 25.51%

R = 35.71%
G = 38.78%
B = 25.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#AFBE7D (or 0xAFBE7D) is known color: Caper. HEX triplet: AF, BE and 7D. RGB value is (175,190,125). Sum of RGB (Red+Green+Blue) = 175+190+125=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBE7D is #504182. Grayscale: #B2B2B2. Windows color (decimal): -5259651 or 8240815. OLE color: 8240815.

HSL color Cylindrical-coordinate representation of color #AFBE7D: hue angle of 73.85º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFBE7D is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 190 125 -
CMYK 0.08 0 0.34 0.25
HSL 73.85º 0.33% 0.62% -
HSV(B) 73.85º 0.34% 0.75% -
XYZ 39.79 47.42 26.46 -
YUV 178.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 175 190 125 0.08 0 0.34 0.25 73.85 0.33 0.62
Hex AF BE 7D 8 0 22 19 4A 21 3E
Octal 257 276 175 10 0 42 31 112 41 76
Binary 10101111 10111110 1111101 1000 0 100010 11001 1001010 100001 111110

Color Harmonies of #AFBE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE7D

Black with #AFBE7D

Text Example


Text Example

White with #AFBE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE7D; }

 p { color: rgb(175,190,125); }

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

background-color css

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

 a { background-color: rgb(175,190,125); }

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

border-color css

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

 span { border-color: rgb(175,190,125); }

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