Html Css Color HEX #A3B09B Norway

📋 copy color: '#A3B09B'

red 163 ◦ green 176 ◦ blue 155

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

Shades of Norway #A3B09B

Tints of Norway #A3B09B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.63%

 BLUE value IS 155 (60.94% from 255) = 31.38%

R = 33%
G = 35.63%
B = 31.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#A3B09B (or 0xA3B09B) is known color: Norway. HEX triplet: A3, B0 and 9B. RGB value is (163,176,155). Sum of RGB (Red+Green+Blue) = 163+176+155=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B09B is #5C4F64. Grayscale: #A9A9A9. Windows color (decimal): -6049637 or 10203299. OLE color: 10203299.

HSL color Cylindrical-coordinate representation of color #A3B09B: hue angle of 97.14º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3B09B is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 176 155 -
CMYK 0.07 0 0.12 0.31
HSL 97.14º 0.12% 0.65% -
HSV(B) 97.14º 0.12% 0.69% -
XYZ 36.55 41.2 37.04 -
YUV 169.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 163 176 155 0.07 0 0.12 0.31 97.14 0.12 0.65
Hex A3 B0 9B 7 0 C 1F 61 C 41
Octal 243 260 233 7 0 14 37 141 14 101
Binary 10100011 10110000 10011011 111 0 1100 11111 1100001 1100 1000001

Color Harmonies of #A3B09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B09B

Black with #A3B09B

Text Example


Text Example

White with #A3B09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B09B; }

 p { color: rgb(163,176,155); }

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

background-color css

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

 a { background-color: rgb(163,176,155); }

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

border-color css

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

 span { border-color: rgb(163,176,155); }

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