Html Css Color HEX #AFBD7B Caper

📋 copy color: '#AFBD7B'

red 175 ◦ green 189 ◦ blue 123

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

Shades of Caper #AFBD7B

Tints of Caper #AFBD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.26%

R = 35.93%
G = 38.81%
B = 25.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#AFBD7B (or 0xAFBD7B) is known color: Caper. HEX triplet: AF, BD and 7B. RGB value is (175,189,123). Sum of RGB (Red+Green+Blue) = 175+189+123=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBD7B is #504284. Grayscale: #B1B1B1. Windows color (decimal): -5259909 or 8109487. OLE color: 8109487.

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

Color convert

RGB 175 189 123 -
CMYK 0.07 0 0.35 0.26
HSL 72.73º 0.33% 0.61% -
HSV(B) 72.73º 0.35% 0.74% -
XYZ 39.45 46.94 25.72 -
YUV 177.29 97.36 126.37 -
System Red Green Blue C M Y K H S L
Decimal 175 189 123 0.07 0 0.35 0.26 72.73 0.33 0.61
Hex AF BD 7B 7 0 23 1A 49 21 3D
Octal 257 275 173 7 0 43 32 111 41 75
Binary 10101111 10111101 1111011 111 0 100011 11010 1001001 100001 111101

Color Harmonies of #AFBD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD7B

Black with #AFBD7B

Text Example


Text Example

White with #AFBD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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