Html Css Color HEX #AFBB7D Caper

📋 copy color: '#AFBB7D'

red 175 ◦ green 187 ◦ blue 125

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

Shades of Caper #AFBB7D

Tints of Caper #AFBB7D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.4%

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

R = 35.93%
G = 38.4%
B = 25.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#AFBB7D (or 0xAFBB7D) is known color: Caper. HEX triplet: AF, BB and 7D. RGB value is (175,187,125). Sum of RGB (Red+Green+Blue) = 175+187+125=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBB7D is #504482. Grayscale: #B0B0B0. Windows color (decimal): -5260419 or 8240047. OLE color: 8240047.

HSL color Cylindrical-coordinate representation of color #AFBB7D: hue angle of 71.61º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFBB7D is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 187 125 -
CMYK 0.06 0 0.33 0.27
HSL 71.61º 0.31% 0.61% -
HSV(B) 71.61º 0.33% 0.73% -
XYZ 39.15 46.14 26.24 -
YUV 176.34 99.02 127.04 -
System Red Green Blue C M Y K H S L
Decimal 175 187 125 0.06 0 0.33 0.27 71.61 0.31 0.61
Hex AF BB 7D 6 0 21 1B 48 1F 3D
Octal 257 273 175 6 0 41 33 110 37 75
Binary 10101111 10111011 1111101 110 0 100001 11011 1001000 11111 111101

Color Harmonies of #AFBB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB7D

Black with #AFBB7D

Text Example


Text Example

White with #AFBB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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