Html Css Color HEX #A4B795 Norway

📋 copy color: '#A4B795'

red 164 ◦ green 183 ◦ blue 149

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

Shades of Norway #A4B795

Tints of Norway #A4B795

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.9%

 BLUE value IS 149 (58.59% from 255) = 30.04%

R = 33.06%
G = 36.9%
B = 30.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#A4B795 (or 0xA4B795) is known color: Norway. HEX triplet: A4, B7 and 95. RGB value is (164,183,149). Sum of RGB (Red+Green+Blue) = 164+183+149=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B795 is #5B486A. Grayscale: #ADADAD. Windows color (decimal): -5982315 or 9811876. OLE color: 9811876.

HSL color Cylindrical-coordinate representation of color #A4B795: hue angle of 93.53º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4B795 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 183 149 -
CMYK 0.10 0 0.19 0.28
HSL 93.53º 0.19% 0.65% -
HSV(B) 93.53º 0.19% 0.72% -
XYZ 37.67 43.93 34.93 -
YUV 173.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 164 183 149 0.10 0 0.19 0.28 93.53 0.19 0.65
Hex A4 B7 95 A 0 13 1C 5E 13 41
Octal 244 267 225 12 0 23 34 136 23 101
Binary 10100100 10110111 10010101 1010 0 10011 11100 1011110 10011 1000001

Color Harmonies of #A4B795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B795

Black with #A4B795

Text Example


Text Example

White with #A4B795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B795; }

 p { color: rgb(164,183,149); }

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

background-color css

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

 a { background-color: rgb(164,183,149); }

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

border-color css

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

 span { border-color: rgb(164,183,149); }

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