Html Css Color HEX #A3B498 Norway

📋 copy color: '#A3B498'

red 163 ◦ green 180 ◦ blue 152

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

Shades of Norway #A3B498

Tints of Norway #A3B498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.71%

R = 32.93%
G = 36.36%
B = 30.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#A3B498 (or 0xA3B498) is known color: Norway. HEX triplet: A3, B4 and 98. RGB value is (163,180,152). Sum of RGB (Red+Green+Blue) = 163+180+152=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B498 is #5C4B67. Grayscale: #ABABAB. Windows color (decimal): -6048616 or 10007715. OLE color: 10007715.

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

Color convert

RGB 163 180 152 -
CMYK 0.09 0 0.16 0.29
HSL 96.43º 0.16% 0.65% -
HSV(B) 96.43º 0.16% 0.71% -
XYZ 37.09 42.7 35.99 -
YUV 171.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 163 180 152 0.09 0 0.16 0.29 96.43 0.16 0.65
Hex A3 B4 98 9 0 10 1D 60 10 41
Octal 243 264 230 11 0 20 35 140 20 101
Binary 10100011 10110100 10011000 1001 0 10000 11101 1100000 10000 1000001

Color Harmonies of #A3B498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B498

Black with #A3B498

Text Example


Text Example

White with #A3B498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B498; }

 p { color: rgb(163,180,152); }

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

background-color css

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

 a { background-color: rgb(163,180,152); }

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

border-color css

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

 span { border-color: rgb(163,180,152); }

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