Html Css Color HEX #A4B693 Norway

📋 copy color: '#A4B693'

red 164 ◦ green 182 ◦ blue 147

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

Shades of Norway #A4B693

Tints of Norway #A4B693

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.92%

 BLUE value IS 147 (57.81% from 255) = 29.82%

R = 33.27%
G = 36.92%
B = 29.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#A4B693 (or 0xA4B693) is known color: Norway. HEX triplet: A4, B6 and 93. RGB value is (164,182,147). Sum of RGB (Red+Green+Blue) = 164+182+147=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B693 is #5B496C. Grayscale: #ACACAC. Windows color (decimal): -5982573 or 9680548. OLE color: 9680548.

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

Color convert

RGB 164 182 147 -
CMYK 0.10 0 0.19 0.29
HSL 90.86º 0.19% 0.65% -
HSV(B) 90.86º 0.19% 0.71% -
XYZ 37.3 43.45 34.03 -
YUV 172.63 113.54 121.85 -
System Red Green Blue C M Y K H S L
Decimal 164 182 147 0.10 0 0.19 0.29 90.86 0.19 0.65
Hex A4 B6 93 A 0 13 1D 5B 13 41
Octal 244 266 223 12 0 23 35 133 23 101
Binary 10100100 10110110 10010011 1010 0 10011 11101 1011011 10011 1000001

Color Harmonies of #A4B693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B693

Black with #A4B693

Text Example


Text Example

White with #A4B693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B693; }

 p { color: rgb(164,182,147); }

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

background-color css

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

 a { background-color: rgb(164,182,147); }

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

border-color css

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

 span { border-color: rgb(164,182,147); }

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