Html Css Color HEX #A4B479 Caper

📋 copy color: '#A4B479'

red 164 ◦ green 180 ◦ blue 121

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

Shades of Caper #A4B479

Tints of Caper #A4B479

RGB

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

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

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

R = 35.27%
G = 38.71%
B = 26.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#A4B479 (or 0xA4B479) is known color: Caper. HEX triplet: A4, B4 and 79. RGB value is (164,180,121). Sum of RGB (Red+Green+Blue) = 164+180+121=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B479 is #5B4B86. Grayscale: #A8A8A8. Windows color (decimal): -5983111 or 7976100. OLE color: 7976100.

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

Color convert

RGB 164 180 121 -
CMYK 0.09 0 0.33 0.29
HSL 76.27º 0.28% 0.59% -
HSV(B) 76.27º 0.33% 0.71% -
XYZ 35.08 41.92 24.33 -
YUV 168.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 164 180 121 0.09 0 0.33 0.29 76.27 0.28 0.59
Hex A4 B4 79 9 0 21 1D 4C 1C 3B
Octal 244 264 171 11 0 41 35 114 34 73
Binary 10100100 10110100 1111001 1001 0 100001 11101 1001100 11100 111011

Color Harmonies of #A4B479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B479

Black with #A4B479

Text Example


Text Example

White with #A4B479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B479; }

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

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

background-color css

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

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

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

border-color css

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

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

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