Html Css Color HEX #A7B47C Caper

📋 copy color: '#A7B47C'

red 167 ◦ green 180 ◦ blue 124

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

Shades of Caper #A7B47C

Tints of Caper #A7B47C

RGB

 RED value IS 167 (65.63% from 255) = 35.46%

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

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

R = 35.46%
G = 38.22%
B = 26.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#A7B47C (or 0xA7B47C) is known color: Caper. HEX triplet: A7, B4 and 7C. RGB value is (167,180,124). Sum of RGB (Red+Green+Blue) = 167+180+124=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B47C is #584B83. Grayscale: #A9A9A9. Windows color (decimal): -5786500 or 8172711. OLE color: 8172711.

HSL color Cylindrical-coordinate representation of color #A7B47C: hue angle of 73.93º 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 #A7B47C is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 180 124 -
CMYK 0.07 0 0.31 0.29
HSL 73.93º 0.27% 0.6% -
HSV(B) 73.93º 0.31% 0.71% -
XYZ 35.9 42.31 25.34 -
YUV 169.73 102.19 126.05 -
System Red Green Blue C M Y K H S L
Decimal 167 180 124 0.07 0 0.31 0.29 73.93 0.27 0.6
Hex A7 B4 7C 7 0 1F 1D 4A 1B 3C
Octal 247 264 174 7 0 37 35 112 33 74
Binary 10100111 10110100 1111100 111 0 11111 11101 1001010 11011 111100

Color Harmonies of #A7B47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B47C

Black with #A7B47C

Text Example


Text Example

White with #A7B47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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