Html Css Color HEX #AFBD8A Caper

📋 copy color: '#AFBD8A'

red 175 ◦ green 189 ◦ blue 138

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

Shades of Caper #AFBD8A

Tints of Caper #AFBD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.49%

R = 34.86%
G = 37.65%
B = 27.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#AFBD8A (or 0xAFBD8A) is known color: Caper. HEX triplet: AF, BD and 8A. RGB value is (175,189,138). Sum of RGB (Red+Green+Blue) = 175+189+138=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBD8A is #504275. Grayscale: #B3B3B3. Windows color (decimal): -5259894 or 9092527. OLE color: 9092527.

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

Color convert

RGB 175 189 138 -
CMYK 0.07 0 0.27 0.26
HSL 76.47º 0.28% 0.64% -
HSV(B) 76.47º 0.27% 0.74% -
XYZ 40.46 47.34 31.05 -
YUV 179 104.86 125.15 -
System Red Green Blue C M Y K H S L
Decimal 175 189 138 0.07 0 0.27 0.26 76.47 0.28 0.64
Hex AF BD 8A 7 0 1B 1A 4C 1C 40
Octal 257 275 212 7 0 33 32 114 34 100
Binary 10101111 10111101 10001010 111 0 11011 11010 1001100 11100 1000000

Color Harmonies of #AFBD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD8A

Black with #AFBD8A

Text Example


Text Example

White with #AFBD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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