Html Css Color HEX #A4B47C Caper

📋 copy color: '#A4B47C'

red 164 ◦ green 180 ◦ blue 124

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

Shades of Caper #A4B47C

Tints of Caper #A4B47C

RGB

 RED value IS 164 (64.45% from 255) = 35.04%

 GREEN value IS 180 (70.7% from 255) = 38.46%

 BLUE value IS 124 (48.83% from 255) = 26.5%

R = 35.04%
G = 38.46%
B = 26.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#A4B47C (or 0xA4B47C) is known color: Caper. HEX triplet: A4, B4 and 7C. RGB value is (164,180,124). Sum of RGB (Red+Green+Blue) = 164+180+124=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B47C is #5B4B83. Grayscale: #A9A9A9. Windows color (decimal): -5983108 or 8172708. OLE color: 8172708.

HSL color Cylindrical-coordinate representation of color #A4B47C: hue angle of 77.14º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4B47C is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 180 124 -
CMYK 0.09 0 0.31 0.29
HSL 77.14º 0.27% 0.6% -
HSV(B) 77.14º 0.31% 0.71% -
XYZ 35.27 41.99 25.31 -
YUV 168.83 102.7 124.55 -
System Red Green Blue C M Y K H S L
Decimal 164 180 124 0.09 0 0.31 0.29 77.14 0.27 0.6
Hex A4 B4 7C 9 0 1F 1D 4D 1B 3C
Octal 244 264 174 11 0 37 35 115 33 74
Binary 10100100 10110100 1111100 1001 0 11111 11101 1001101 11011 111100

Color Harmonies of #A4B47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B47C

Black with #A4B47C

Text Example


Text Example

White with #A4B47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B47C; }

 p { color: rgb(164,180,124); }

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

background-color css

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

 a { background-color: rgb(164,180,124); }

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

border-color css

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

 span { border-color: rgb(164,180,124); }

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