Html Css Color HEX #A7B57C Caper

📋 copy color: '#A7B57C'

red 167 ◦ green 181 ◦ blue 124

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

Shades of Caper #A7B57C

Tints of Caper #A7B57C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.35%

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

R = 35.38%
G = 38.35%
B = 26.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#A7B57C (or 0xA7B57C) is known color: Caper. HEX triplet: A7, B5 and 7C. RGB value is (167,181,124). Sum of RGB (Red+Green+Blue) = 167+181+124=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B57C is #584A83. Grayscale: #AAAAAA. Windows color (decimal): -5786244 or 8172967. OLE color: 8172967.

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

Color convert

RGB 167 181 124 -
CMYK 0.08 0 0.31 0.29
HSL 74.74º 0.28% 0.6% -
HSV(B) 74.74º 0.31% 0.71% -
XYZ 36.1 42.72 25.41 -
YUV 170.32 101.86 125.63 -
System Red Green Blue C M Y K H S L
Decimal 167 181 124 0.08 0 0.31 0.29 74.74 0.28 0.6
Hex A7 B5 7C 8 0 1F 1D 4B 1C 3C
Octal 247 265 174 10 0 37 35 113 34 74
Binary 10100111 10110101 1111100 1000 0 11111 11101 1001011 11100 111100

Color Harmonies of #A7B57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B57C

Black with #A7B57C

Text Example


Text Example

White with #A7B57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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