Html Css Color HEX #A4B97F Caper

📋 copy color: '#A4B97F'

red 164 ◦ green 185 ◦ blue 127

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

Shades of Caper #A4B97F

Tints of Caper #A4B97F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.87%

 BLUE value IS 127 (50% from 255) = 26.68%

R = 34.45%
G = 38.87%
B = 26.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#A4B97F (or 0xA4B97F) is known color: Caper. HEX triplet: A4, B9 and 7F. RGB value is (164,185,127). Sum of RGB (Red+Green+Blue) = 164+185+127=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B97F is #5B4680. Grayscale: #ACACAC. Windows color (decimal): -5981825 or 8370596. OLE color: 8370596.

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

Color convert

RGB 164 185 127 -
CMYK 0.11 0 0.31 0.27
HSL 81.72º 0.29% 0.61% -
HSV(B) 81.72º 0.31% 0.73% -
XYZ 36.49 44.12 26.67 -
YUV 172.11 102.54 122.22 -
System Red Green Blue C M Y K H S L
Decimal 164 185 127 0.11 0 0.31 0.27 81.72 0.29 0.61
Hex A4 B9 7F B 0 1F 1B 52 1D 3D
Octal 244 271 177 13 0 37 33 122 35 75
Binary 10100100 10111001 1111111 1011 0 11111 11011 1010010 11101 111101

Color Harmonies of #A4B97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B97F

Black with #A4B97F

Text Example


Text Example

White with #A4B97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B97F; }

 p { color: rgb(164,185,127); }

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

background-color css

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

 a { background-color: rgb(164,185,127); }

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

border-color css

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

 span { border-color: rgb(164,185,127); }

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