Html Css Color HEX #AFBD7D Caper

📋 copy color: '#AFBD7D'

red 175 ◦ green 189 ◦ blue 125

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

Shades of Caper #AFBD7D

Tints of Caper #AFBD7D

RGB

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

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

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

R = 35.79%
G = 38.65%
B = 25.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#AFBD7D (or 0xAFBD7D) is known color: Caper. HEX triplet: AF, BD and 7D. RGB value is (175,189,125). Sum of RGB (Red+Green+Blue) = 175+189+125=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBD7D is #504282. Grayscale: #B1B1B1. Windows color (decimal): -5259907 or 8240559. OLE color: 8240559.

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

Color convert

RGB 175 189 125 -
CMYK 0.07 0 0.34 0.26
HSL 73.13º 0.33% 0.62% -
HSV(B) 73.13º 0.34% 0.74% -
XYZ 39.58 46.99 26.39 -
YUV 177.52 98.36 126.2 -
System Red Green Blue C M Y K H S L
Decimal 175 189 125 0.07 0 0.34 0.26 73.13 0.33 0.62
Hex AF BD 7D 7 0 22 1A 49 21 3E
Octal 257 275 175 7 0 42 32 111 41 76
Binary 10101111 10111101 1111101 111 0 100010 11010 1001001 100001 111110

Color Harmonies of #AFBD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD7D

Black with #AFBD7D

Text Example


Text Example

White with #AFBD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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