Html Css Color HEX #A4B379 Caper

📋 copy color: '#A4B379'

red 164 ◦ green 179 ◦ blue 121

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

Shades of Caper #A4B379

Tints of Caper #A4B379

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.58%

 BLUE value IS 121 (47.66% from 255) = 26.08%

R = 35.34%
G = 38.58%
B = 26.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#A4B379 (or 0xA4B379) is known color: Caper. HEX triplet: A4, B3 and 79. RGB value is (164,179,121). Sum of RGB (Red+Green+Blue) = 164+179+121=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B379 is #5B4C86. Grayscale: #A8A8A8. Windows color (decimal): -5983367 or 7975844. OLE color: 7975844.

HSL color Cylindrical-coordinate representation of color #A4B379: hue angle of 75.52º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4B379 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 179 121 -
CMYK 0.08 0 0.32 0.30
HSL 75.52º 0.28% 0.59% -
HSV(B) 75.52º 0.32% 0.7% -
XYZ 34.88 41.51 24.26 -
YUV 167.9 101.53 125.22 -
System Red Green Blue C M Y K H S L
Decimal 164 179 121 0.08 0 0.32 0.30 75.52 0.28 0.59
Hex A4 B3 79 8 0 20 1E 4C 1C 3B
Octal 244 263 171 10 0 40 36 114 34 73
Binary 10100100 10110011 1111001 1000 0 100000 11110 1001100 11100 111011

Color Harmonies of #A4B379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B379

Black with #A4B379

Text Example


Text Example

White with #A4B379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B379; }

 p { color: rgb(164,179,121); }

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

background-color css

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

 a { background-color: rgb(164,179,121); }

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

border-color css

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

 span { border-color: rgb(164,179,121); }

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