Html Css Color HEX #A3B188 Norway

📋 copy color: '#A3B188'

red 163 ◦ green 177 ◦ blue 136

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

Shades of Norway #A3B188

Tints of Norway #A3B188

RGB

 RED value IS 163 (64.06% from 255) = 34.24%

 GREEN value IS 177 (69.53% from 255) = 37.18%

 BLUE value IS 136 (53.52% from 255) = 28.57%

R = 34.24%
G = 37.18%
B = 28.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#A3B188 (or 0xA3B188) is known color: Norway. HEX triplet: A3, B1 and 88. RGB value is (163,177,136). Sum of RGB (Red+Green+Blue) = 163+177+136=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B188 is #5C4E77. Grayscale: #A8A8A8. Windows color (decimal): -6049400 or 8958371. OLE color: 8958371.

HSL color Cylindrical-coordinate representation of color #A3B188: hue angle of 80.49º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3B188 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 177 136 -
CMYK 0.08 0 0.23 0.31
HSL 80.49º 0.21% 0.61% -
HSV(B) 80.49º 0.23% 0.69% -
XYZ 35.27 41.01 29.35 -
YUV 168.14 109.86 124.33 -
System Red Green Blue C M Y K H S L
Decimal 163 177 136 0.08 0 0.23 0.31 80.49 0.21 0.61
Hex A3 B1 88 8 0 17 1F 50 15 3D
Octal 243 261 210 10 0 27 37 120 25 75
Binary 10100011 10110001 10001000 1000 0 10111 11111 1010000 10101 111101

Color Harmonies of #A3B188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B188

Black with #A3B188

Text Example


Text Example

White with #A3B188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B188; }

 p { color: rgb(163,177,136); }

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

background-color css

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

 a { background-color: rgb(163,177,136); }

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

border-color css

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

 span { border-color: rgb(163,177,136); }

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