Html Css Color HEX #A3B88A Norway

📋 copy color: '#A3B88A'

red 163 ◦ green 184 ◦ blue 138

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

Shades of Norway #A3B88A

Tints of Norway #A3B88A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.94%

 BLUE value IS 138 (54.3% from 255) = 28.45%

R = 33.61%
G = 37.94%
B = 28.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#A3B88A (or 0xA3B88A) is known color: Norway. HEX triplet: A3, B8 and 8A. RGB value is (163,184,138). Sum of RGB (Red+Green+Blue) = 163+184+138=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B88A is #5C4775. Grayscale: #ACACAC. Windows color (decimal): -6047606 or 9091235. OLE color: 9091235.

HSL color Cylindrical-coordinate representation of color #A3B88A: hue angle of 87.39º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3B88A is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 163 184 138 -
CMYK 0.11 0 0.25 0.28
HSL 87.39º 0.24% 0.63% -
HSV(B) 87.39º 0.25% 0.72% -
XYZ 36.83 43.9 30.58 -
YUV 172.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 163 184 138 0.11 0 0.25 0.28 87.39 0.24 0.63
Hex A3 B8 8A B 0 19 1C 57 18 3F
Octal 243 270 212 13 0 31 34 127 30 77
Binary 10100011 10111000 10001010 1011 0 11001 11100 1010111 11000 111111

Color Harmonies of #A3B88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B88A

Black with #A3B88A

Text Example


Text Example

White with #A3B88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B88A; }

 p { color: rgb(163,184,138); }

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

background-color css

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

 a { background-color: rgb(163,184,138); }

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

border-color css

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

 span { border-color: rgb(163,184,138); }

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